Class: Aws::Types::CfnStackDetail
- Inherits:
-
Object
- Object
- Aws::Types::CfnStackDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
1114 1115 1116 |
# File 'sig/types.rbs', line 1114 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
1113 1114 1115 |
# File 'sig/types.rbs', line 1113 def name @name end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
1115 1116 1117 |
# File 'sig/types.rbs', line 1115 def @status_message end |