Class: Aws::Types::ListStreamsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#exclusive_start_stream_arn ⇒ ::String

Returns the value of attribute exclusive_start_stream_arn.

Returns:

  • (::String)


93
94
95
# File 'sig/types.rbs', line 93

def exclusive_start_stream_arn
  @exclusive_start_stream_arn
end

#limit ⇒ ::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


92
93
94
# File 'sig/types.rbs', line 92

def limit
  @limit
end

#table_name ⇒ ::String

Returns the value of attribute table_name.

Returns:

  • (::String)


91
92
93
# File 'sig/types.rbs', line 91

def table_name
  @table_name
end