Class: Aws::Types::SecurityConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::SecurityConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_time_stamp ⇒ ::Time
Returns the value of attribute created_time_stamp.
-
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#created_time_stamp ⇒ ::Time
Returns the value of attribute created_time_stamp.
6959 6960 6961 |
# File 'sig/types.rbs', line 6959 def created_time_stamp @created_time_stamp end |
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
6960 6961 6962 |
# File 'sig/types.rbs', line 6960 def encryption_configuration @encryption_configuration end |
#name ⇒ ::String
Returns the value of attribute name.
6958 6959 6960 |
# File 'sig/types.rbs', line 6958 def name @name end |