Class: Humidifier::NetworkFirewall::LoggingConfiguration
- Defined in:
- lib/humidifier/magic.rb
Overview
A dynamically-defined class that represents an AWS::NetworkFirewall::LoggingConfiguration resource
Constant Summary
Constants inherited from Resource
Instance Method Summary collapse
-
#firewall_arn ⇒ Object
returns the FirewallArn property.
-
#firewall_arn=(value) ⇒ Object
sets the FirewallArn property (String).
-
#firewall_name ⇒ Object
returns the FirewallName property.
-
#firewall_name=(value) ⇒ Object
sets the FirewallName property (String).
-
#logging_configuration ⇒ Object
returns the LoggingConfiguration property.
-
#logging_configuration=(value) ⇒ Object
sets the LoggingConfiguration property (Structure).
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_arn ⇒ Object
returns the FirewallArn property
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)
15 16 17 |
# File 'lib/humidifier/magic.rb', line 15 def firewall_arn=(value) update_property('firewall_arn', value) end |
#firewall_name ⇒ Object
returns the FirewallName property
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)
25 26 27 |
# File 'lib/humidifier/magic.rb', line 25 def firewall_name=(value) update_property('firewall_name', value) end |
#logging_configuration ⇒ Object
returns the LoggingConfiguration property
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)
35 36 37 |
# File 'lib/humidifier/magic.rb', line 35 def logging_configuration=(value) update_property('logging_configuration', value) end |