Class: Aws::Types::DisassociateSubnetsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateSubnetsResponse
- 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_mappings ⇒ ::Array[Types::SubnetMapping]
Returns the value of attribute subnet_mappings.
-
#update_token ⇒ ::String
Returns the value of attribute update_token.
Instance Attribute Details
#firewall_arn ⇒ ::String
Returns the value of attribute firewall_arn.
813 814 815 |
# File 'sig/types.rbs', line 813 def firewall_arn @firewall_arn end |
#firewall_name ⇒ ::String
Returns the value of attribute firewall_name.
814 815 816 |
# File 'sig/types.rbs', line 814 def firewall_name @firewall_name end |
#subnet_mappings ⇒ ::Array[Types::SubnetMapping]
Returns the value of attribute subnet_mappings.
815 816 817 |
# File 'sig/types.rbs', line 815 def subnet_mappings @subnet_mappings end |
#update_token ⇒ ::String
Returns the value of attribute update_token.
816 817 818 |
# File 'sig/types.rbs', line 816 def update_token @update_token end |