Class: Aws::Types::StreamDescription
- Inherits:
-
Object
- Object
- Aws::Types::StreamDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_request_date_time ⇒ ::Time
Returns the value of attribute creation_request_date_time.
-
#key_schema ⇒ ::Array[Types::KeySchemaElement]
Returns the value of attribute key_schema.
-
#last_evaluated_shard_id ⇒ ::String
Returns the value of attribute last_evaluated_shard_id.
-
#shards ⇒ ::Array[Types::Shard]
Returns the value of attribute shards.
-
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
-
#stream_label ⇒ ::String
Returns the value of attribute stream_label.
-
#stream_status ⇒ "ENABLING", ...
Returns the value of attribute stream_status.
-
#stream_view_type ⇒ "NEW_IMAGE", ...
Returns the value of attribute stream_view_type.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
Instance Attribute Details
#creation_request_date_time ⇒ ::Time
Returns the value of attribute creation_request_date_time.
150 151 152 |
# File 'sig/types.rbs', line 150 def creation_request_date_time @creation_request_date_time end |
#key_schema ⇒ ::Array[Types::KeySchemaElement]
Returns the value of attribute key_schema.
152 153 154 |
# File 'sig/types.rbs', line 152 def key_schema @key_schema end |
#last_evaluated_shard_id ⇒ ::String
Returns the value of attribute last_evaluated_shard_id.
154 155 156 |
# File 'sig/types.rbs', line 154 def last_evaluated_shard_id @last_evaluated_shard_id end |
#shards ⇒ ::Array[Types::Shard]
Returns the value of attribute shards.
153 154 155 |
# File 'sig/types.rbs', line 153 def shards @shards end |
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
146 147 148 |
# File 'sig/types.rbs', line 146 def stream_arn @stream_arn end |
#stream_label ⇒ ::String
Returns the value of attribute stream_label.
147 148 149 |
# File 'sig/types.rbs', line 147 def stream_label @stream_label end |
#stream_status ⇒ "ENABLING", ...
Returns the value of attribute stream_status.
148 149 150 |
# File 'sig/types.rbs', line 148 def stream_status @stream_status end |
#stream_view_type ⇒ "NEW_IMAGE", ...
Returns the value of attribute stream_view_type.
149 150 151 |
# File 'sig/types.rbs', line 149 def stream_view_type @stream_view_type end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
151 152 153 |
# File 'sig/types.rbs', line 151 def table_name @table_name end |