Class: Humidifier::NetworkFirewall::LoggingConfiguration

Inherits:
Resource
  • Object
show all
Defined in:
lib/humidifier/magic.rb

Overview

A dynamically-defined class that represents an AWS::NetworkFirewall::LoggingConfiguration resource

Constant Summary

Constants inherited from Resource

Resource::COMMON_ATTRIBUTES

Instance Method Summary collapse

Methods inherited from Resource

#initialize, #method_missing, prop?, #respond_to_missing?, #to_cf, #update, #update_attributes, #update_property

Constructor Details

This class inherits a constructor from Humidifier::Resource

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Humidifier::Resource

Instance Method Details

#firewall_arnObject

returns the FirewallArn property

[View source]

10
11
12
# File 'lib/humidifier/magic.rb', line 10

def firewall_arn
  properties['firewall_arn']
end

#firewall_arn=(value) ⇒ Object

sets the FirewallArn property (String)

[View source]

15
16
17
# File 'lib/humidifier/magic.rb', line 15

def firewall_arn=(value)
  update_property('firewall_arn', value)
end

#firewall_nameObject

returns the FirewallName property

[View source]

20
21
22
# File 'lib/humidifier/magic.rb', line 20

def firewall_name
  properties['firewall_name']
end

#firewall_name=(value) ⇒ Object

sets the FirewallName property (String)

[View source]

25
26
27
# File 'lib/humidifier/magic.rb', line 25

def firewall_name=(value)
  update_property('firewall_name', value)
end

#logging_configurationObject

returns the LoggingConfiguration property

[View source]

30
31
32
# File 'lib/humidifier/magic.rb', line 30

def logging_configuration
  properties['logging_configuration']
end

#logging_configuration=(value) ⇒ Object

sets the LoggingConfiguration property (Structure)

[View source]

35
36
37
# File 'lib/humidifier/magic.rb', line 35

def logging_configuration=(value)
  update_property('logging_configuration', value)
end