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