Class: Aws::Types::UpdateSubnetChangeProtectionResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSubnetChangeProtectionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#firewall_arn ⇒ ::String
Returns the value of attribute firewall_arn.
-
#firewall_name ⇒ ::String
Returns the value of attribute firewall_name.
-
#subnet_change_protection ⇒ Boolean
Returns the value of attribute subnet_change_protection.
-
#update_token ⇒ ::String
Returns the value of attribute update_token.
Instance Attribute Details
#firewall_arn ⇒ ::String
Returns the value of attribute firewall_arn.
2054 2055 2056 |
# File 'sig/types.rbs', line 2054 def firewall_arn @firewall_arn end |
#firewall_name ⇒ ::String
Returns the value of attribute firewall_name.
2055 2056 2057 |
# File 'sig/types.rbs', line 2055 def firewall_name @firewall_name end |
#subnet_change_protection ⇒ Boolean
Returns the value of attribute subnet_change_protection.
2056 2057 2058 |
# File 'sig/types.rbs', line 2056 def subnet_change_protection @subnet_change_protection end |
#update_token ⇒ ::String
Returns the value of attribute update_token.
2053 2054 2055 |
# File 'sig/types.rbs', line 2053 def update_token @update_token end |