Module: Aws::NetworkFirewall::Client::_AssociateSubnetsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::AssociateSubnetsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #firewall_arn ⇒ ::String
- #firewall_name ⇒ ::String
- #subnet_mappings ⇒ ::Array[Types::SubnetMapping]
- #update_token ⇒ ::String
Instance Method Details
#firewall_arn ⇒ ::String
131 |
# File 'sig/client.rbs', line 131
def firewall_arn: () -> ::String
|
#firewall_name ⇒ ::String
132 |
# File 'sig/client.rbs', line 132
def firewall_name: () -> ::String
|
#subnet_mappings ⇒ ::Array[Types::SubnetMapping]
133 |
# File 'sig/client.rbs', line 133
def subnet_mappings: () -> ::Array[Types::SubnetMapping]
|
#update_token ⇒ ::String
134 |
# File 'sig/client.rbs', line 134
def update_token: () -> ::String
|