Class: Aws::Types::AwsNetworkFirewallFirewallDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsNetworkFirewallFirewallDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#delete_protection ⇒ Boolean
Returns the value of attribute delete_protection.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#firewall_arn ⇒ ::String
Returns the value of attribute firewall_arn.
-
#firewall_id ⇒ ::String
Returns the value of attribute firewall_id.
-
#firewall_name ⇒ ::String
Returns the value of attribute firewall_name.
-
#firewall_policy_arn ⇒ ::String
Returns the value of attribute firewall_policy_arn.
-
#firewall_policy_change_protection ⇒ Boolean
Returns the value of attribute firewall_policy_change_protection.
-
#subnet_change_protection ⇒ Boolean
Returns the value of attribute subnet_change_protection.
-
#subnet_mappings ⇒ ::Array[Types::AwsNetworkFirewallFirewallSubnetMappingsDetails]
Returns the value of attribute subnet_mappings.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#delete_protection ⇒ Boolean
Returns the value of attribute delete_protection.
3254 3255 3256 |
# File 'sig/types.rbs', line 3254 def delete_protection @delete_protection end |
#description ⇒ ::String
Returns the value of attribute description.
3255 3256 3257 |
# File 'sig/types.rbs', line 3255 def description @description end |
#firewall_arn ⇒ ::String
Returns the value of attribute firewall_arn.
3256 3257 3258 |
# File 'sig/types.rbs', line 3256 def firewall_arn @firewall_arn end |
#firewall_id ⇒ ::String
Returns the value of attribute firewall_id.
3257 3258 3259 |
# File 'sig/types.rbs', line 3257 def firewall_id @firewall_id end |
#firewall_name ⇒ ::String
Returns the value of attribute firewall_name.
3258 3259 3260 |
# File 'sig/types.rbs', line 3258 def firewall_name @firewall_name end |
#firewall_policy_arn ⇒ ::String
Returns the value of attribute firewall_policy_arn.
3259 3260 3261 |
# File 'sig/types.rbs', line 3259 def firewall_policy_arn @firewall_policy_arn end |
#firewall_policy_change_protection ⇒ Boolean
Returns the value of attribute firewall_policy_change_protection.
3260 3261 3262 |
# File 'sig/types.rbs', line 3260 def firewall_policy_change_protection @firewall_policy_change_protection end |
#subnet_change_protection ⇒ Boolean
Returns the value of attribute subnet_change_protection.
3261 3262 3263 |
# File 'sig/types.rbs', line 3261 def subnet_change_protection @subnet_change_protection end |
#subnet_mappings ⇒ ::Array[Types::AwsNetworkFirewallFirewallSubnetMappingsDetails]
Returns the value of attribute subnet_mappings.
3262 3263 3264 |
# File 'sig/types.rbs', line 3262 def subnet_mappings @subnet_mappings end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
3263 3264 3265 |
# File 'sig/types.rbs', line 3263 def vpc_id @vpc_id end |