Class: Aws::Types::StreamDescription

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_request_date_time ⇒ ::Time

Returns the value of attribute creation_request_date_time.

Returns:

  • (::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.

Returns:



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.

Returns:

  • (::String)


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.

Returns:



153
154
155
# File 'sig/types.rbs', line 153

def shards
  @shards
end

#stream_arn ⇒ ::String

Returns the value of attribute stream_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("ENABLING", "ENABLED", "DISABLING", "DISABLED")


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.

Returns:

  • ("NEW_IMAGE", "OLD_IMAGE", "NEW_AND_OLD_IMAGES", "KEYS_ONLY")


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.

Returns:

  • (::String)


151
152
153
# File 'sig/types.rbs', line 151

def table_name
  @table_name
end