Module: Aws::KeyspacesStreams::Client::_GetStreamResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetStreamOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_request_date_time ⇒ ::Time
- #keyspace_name ⇒ ::String
- #next_token ⇒ ::String
- #shards ⇒ ::Array[Types::Shard]
- #stream_arn ⇒ ::String
- #stream_label ⇒ ::String
- #stream_status ⇒ "ENABLING", ...
- #stream_view_type ⇒ "NEW_IMAGE", ...
- #table_name ⇒ ::String
Instance Method Details
#creation_request_date_time ⇒ ::Time
114 |
# File 'sig/client.rbs', line 114
def creation_request_date_time: () -> ::Time
|
#keyspace_name ⇒ ::String
115 |
# File 'sig/client.rbs', line 115
def keyspace_name: () -> ::String
|
#next_token ⇒ ::String
118 |
# File 'sig/client.rbs', line 118
def next_token: () -> ::String
|
#shards ⇒ ::Array[Types::Shard]
117 |
# File 'sig/client.rbs', line 117
def shards: () -> ::Array[Types::Shard]
|
#stream_arn ⇒ ::String
110 |
# File 'sig/client.rbs', line 110
def stream_arn: () -> ::String
|
#stream_label ⇒ ::String
111 |
# File 'sig/client.rbs', line 111
def stream_label: () -> ::String
|
#stream_status ⇒ "ENABLING", ...
112 |
# File 'sig/client.rbs', line 112
def stream_status: () -> ("ENABLING" | "ENABLED" | "DISABLING" | "DISABLED")
|
#stream_view_type ⇒ "NEW_IMAGE", ...
113 |
# File 'sig/client.rbs', line 113
def stream_view_type: () -> ("NEW_IMAGE" | "OLD_IMAGE" | "NEW_AND_OLD_IMAGES" | "KEYS_ONLY")
|
#table_name ⇒ ::String
116 |
# File 'sig/client.rbs', line 116
def table_name: () -> ::String
|