Class: Aws::Types::CreateSecurityConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateSecurityConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
1754 1755 1756 |
# File 'sig/types.rbs', line 1754 def encryption_configuration @encryption_configuration end |
#name ⇒ ::String
Returns the value of attribute name.
1753 1754 1755 |
# File 'sig/types.rbs', line 1753 def name @name end |