Module: Aws::DSQL::Client::_CreateStreamResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateStreamOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #cluster_identifier ⇒ ::String
- #creation_time ⇒ ::Time
- #format ⇒ "JSON"
- #ordering ⇒ "UNORDERED"
- #status ⇒ "CREATING", ...
- #stream_identifier ⇒ ::String
Instance Method Details
#arn ⇒ ::String
111 |
# File 'sig/client.rbs', line 111
def arn: () -> ::String
|
#cluster_identifier ⇒ ::String
109 |
# File 'sig/client.rbs', line 109
def cluster_identifier: () -> ::String
|
#creation_time ⇒ ::Time
113 |
# File 'sig/client.rbs', line 113
def creation_time: () -> ::Time
|
#format ⇒ "JSON"
115 |
# File 'sig/client.rbs', line 115
def format: () -> ("JSON")
|
#ordering ⇒ "UNORDERED"
114 |
# File 'sig/client.rbs', line 114
def ordering: () -> ("UNORDERED")
|
#status ⇒ "CREATING", ...
112 |
# File 'sig/client.rbs', line 112
def status: () -> ("CREATING" | "ACTIVE" | "DELETING" | "DELETED" | "FAILED" | "IMPAIRED")
|
#stream_identifier ⇒ ::String
110 |
# File 'sig/client.rbs', line 110
def stream_identifier: () -> ::String
|