Class: Aws::Types::DescribeSecurityConfigurationOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeSecurityConfigurationOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#security_configuration ⇒ ::String
Returns the value of attribute security_configuration.
Instance Attribute Details
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
417 418 419 |
# File 'sig/types.rbs', line 417 def creation_date_time @creation_date_time end |
#name ⇒ ::String
Returns the value of attribute name.
415 416 417 |
# File 'sig/types.rbs', line 415 def name @name end |
#security_configuration ⇒ ::String
Returns the value of attribute security_configuration.
416 417 418 |
# File 'sig/types.rbs', line 416 def security_configuration @security_configuration end |