Class: Aws::Types::SecurityConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::SecurityConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#security_configuration_data ⇒ Types::SecurityConfigurationData
Returns the value of attribute security_configuration_data.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
577 578 579 |
# File 'sig/types.rbs', line 577 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
578 579 580 |
# File 'sig/types.rbs', line 578 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
579 580 581 |
# File 'sig/types.rbs', line 579 def created_by @created_by end |
#id ⇒ ::String
Returns the value of attribute id.
575 576 577 |
# File 'sig/types.rbs', line 575 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
576 577 578 |
# File 'sig/types.rbs', line 576 def name @name end |
#security_configuration_data ⇒ Types::SecurityConfigurationData
Returns the value of attribute security_configuration_data.
580 581 582 |
# File 'sig/types.rbs', line 580 def security_configuration_data @security_configuration_data end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
581 582 583 |
# File 'sig/types.rbs', line 581 def @tags end |