Module: Aws::DSQL::Client::_UpdateClusterResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateClusterOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#arn ⇒ ::String
301 |
# File 'sig/client.rbs', line 301
def arn: () -> ::String
|
#creation_time ⇒ ::Time
303 |
# File 'sig/client.rbs', line 303
def creation_time: () -> ::Time
|
#identifier ⇒ ::String
300 |
# File 'sig/client.rbs', line 300
def identifier: () -> ::String
|
#status ⇒ "CREATING", ...
302 |
# File 'sig/client.rbs', line 302
def status: () -> ("CREATING" | "ACTIVE" | "IDLE" | "INACTIVE" | "UPDATING" | "DELETING" | "DELETED" | "FAILED" | "PENDING_SETUP" | "PENDING_DELETE")
|