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.
1758 1759 1760 |
# File 'sig/types.rbs', line 1758 def encryption_configuration @encryption_configuration end |
#name ⇒ ::String
Returns the value of attribute name.
1757 1758 1759 |
# File 'sig/types.rbs', line 1757 def name @name end |