Class: Aws::Types::UpdateFirewallEncryptionConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFirewallEncryptionConfigurationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
-
#firewall_arn ⇒ ::String
Returns the value of attribute firewall_arn.
-
#firewall_name ⇒ ::String
Returns the value of attribute firewall_name.
-
#update_token ⇒ ::String
Returns the value of attribute update_token.
Instance Attribute Details
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
1843 1844 1845 |
# File 'sig/types.rbs', line 1843 def encryption_configuration @encryption_configuration end |
#firewall_arn ⇒ ::String
Returns the value of attribute firewall_arn.
1840 1841 1842 |
# File 'sig/types.rbs', line 1840 def firewall_arn @firewall_arn end |
#firewall_name ⇒ ::String
Returns the value of attribute firewall_name.
1841 1842 1843 |
# File 'sig/types.rbs', line 1841 def firewall_name @firewall_name end |
#update_token ⇒ ::String
Returns the value of attribute update_token.
1842 1843 1844 |
# File 'sig/types.rbs', line 1842 def update_token @update_token end |