Class: Aws::Types::ConfigurationListItem
- Inherits:
-
Object
- Object
- Aws::Types::ConfigurationListItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
205 206 207 |
# File 'sig/types.rbs', line 205 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
209 210 211 |
# File 'sig/types.rbs', line 209 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
207 208 209 |
# File 'sig/types.rbs', line 207 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
206 207 208 |
# File 'sig/types.rbs', line 206 def name @name end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
208 209 210 |
# File 'sig/types.rbs', line 208 def status @status end |