Module: Aws::DSQL::Client::_GetStreamResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetStreamOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #cluster_identifier ⇒ ::String
- #creation_time ⇒ ::Time
- #format ⇒ "JSON"
- #ordering ⇒ "UNORDERED"
- #status ⇒ "CREATING", ...
- #status_reason ⇒ Types::StatusReason
- #stream_identifier ⇒ ::String
- #tags ⇒ ::Hash[::String, ::String]
- #target_definition ⇒ Types::TargetDefinition
Instance Method Details
#arn ⇒ ::String
208 |
# File 'sig/client.rbs', line 208
def arn: () -> ::String
|
#cluster_identifier ⇒ ::String
206 |
# File 'sig/client.rbs', line 206
def cluster_identifier: () -> ::String
|
#creation_time ⇒ ::Time
210 |
# File 'sig/client.rbs', line 210
def creation_time: () -> ::Time
|
#format ⇒ "JSON"
212 |
# File 'sig/client.rbs', line 212
def format: () -> ("JSON")
|
#ordering ⇒ "UNORDERED"
211 |
# File 'sig/client.rbs', line 211
def ordering: () -> ("UNORDERED")
|
#status ⇒ "CREATING", ...
209 |
# File 'sig/client.rbs', line 209
def status: () -> ("CREATING" | "ACTIVE" | "DELETING" | "DELETED" | "FAILED" | "IMPAIRED")
|
#status_reason ⇒ Types::StatusReason
214 |
# File 'sig/client.rbs', line 214
def status_reason: () -> Types::StatusReason
|
#stream_identifier ⇒ ::String
207 |
# File 'sig/client.rbs', line 207
def stream_identifier: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
215 |
# File 'sig/client.rbs', line 215
def tags: () -> ::Hash[::String, ::String]
|
#target_definition ⇒ Types::TargetDefinition
213 |
# File 'sig/client.rbs', line 213
def target_definition: () -> Types::TargetDefinition
|