Class: Aws::Types::DeleteClusterOutput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteClusterOutput
- 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.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
81 82 83 |
# File 'sig/types.rbs', line 81 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
83 84 85 |
# File 'sig/types.rbs', line 83 def creation_time @creation_time end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
80 81 82 |
# File 'sig/types.rbs', line 80 def identifier @identifier end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
82 83 84 |
# File 'sig/types.rbs', line 82 def status @status end |