Class: Aws::Types::UpdateClusterOutput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateClusterOutput
- 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.
322 323 324 |
# File 'sig/types.rbs', line 322 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
324 325 326 |
# File 'sig/types.rbs', line 324 def creation_time @creation_time end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
321 322 323 |
# File 'sig/types.rbs', line 321 def identifier @identifier end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
323 324 325 |
# File 'sig/types.rbs', line 323 def status @status end |