Module: Aws::NetworkFirewall::Client::_UpdateFirewallEncryptionConfigurationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateFirewallEncryptionConfigurationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #encryption_configuration ⇒ Types::EncryptionConfiguration
- #firewall_arn ⇒ ::String
- #firewall_name ⇒ ::String
- #update_token ⇒ ::String
Instance Method Details
#encryption_configuration ⇒ Types::EncryptionConfiguration
1285 |
# File 'sig/client.rbs', line 1285
def encryption_configuration: () -> Types::EncryptionConfiguration
|
#firewall_arn ⇒ ::String
1282 |
# File 'sig/client.rbs', line 1282
def firewall_arn: () -> ::String
|
#firewall_name ⇒ ::String
1283 |
# File 'sig/client.rbs', line 1283
def firewall_name: () -> ::String
|
#update_token ⇒ ::String
1284 |
# File 'sig/client.rbs', line 1284
def update_token: () -> ::String
|