Class: Aws::Types::DisassociateSubnetsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateSubnetsRequest
- 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_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
-
#update_token ⇒ ::String
Returns the value of attribute update_token.
Instance Attribute Details
#firewall_arn ⇒ ::String
Returns the value of attribute firewall_arn.
801 802 803 |
# File 'sig/types.rbs', line 801 def firewall_arn @firewall_arn end |
#firewall_name ⇒ ::String
Returns the value of attribute firewall_name.
802 803 804 |
# File 'sig/types.rbs', line 802 def firewall_name @firewall_name end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
803 804 805 |
# File 'sig/types.rbs', line 803 def subnet_ids @subnet_ids end |
#update_token ⇒ ::String
Returns the value of attribute update_token.
800 801 802 |
# File 'sig/types.rbs', line 800 def update_token @update_token end |