Module: Aws::DSQL::Client::_DeleteStreamResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeleteStreamOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #cluster_identifier ⇒ ::String
- #creation_time ⇒ ::Time
- #status ⇒ "CREATING", ...
- #stream_identifier ⇒ ::String
Instance Method Details
#arn ⇒ ::String
163 |
# File 'sig/client.rbs', line 163
def arn: () -> ::String
|
#cluster_identifier ⇒ ::String
161 |
# File 'sig/client.rbs', line 161
def cluster_identifier: () -> ::String
|
#creation_time ⇒ ::Time
165 |
# File 'sig/client.rbs', line 165
def creation_time: () -> ::Time
|
#status ⇒ "CREATING", ...
164 |
# File 'sig/client.rbs', line 164
def status: () -> ("CREATING" | "ACTIVE" | "DELETING" | "DELETED" | "FAILED" | "IMPAIRED")
|
#stream_identifier ⇒ ::String
162 |
# File 'sig/client.rbs', line 162
def stream_identifier: () -> ::String
|