Class: Aws::Types::ListShardsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#exclusive_start_shard_id::String

Returns the value of attribute exclusive_start_shard_id.

Returns:

  • (::String)


297
298
299
# File 'sig/types.rbs', line 297

def exclusive_start_shard_id
  @exclusive_start_shard_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


298
299
300
# File 'sig/types.rbs', line 298

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


296
297
298
# File 'sig/types.rbs', line 296

def next_token
  @next_token
end

#shard_filterTypes::ShardFilter

Returns the value of attribute shard_filter.

Returns:



300
301
302
# File 'sig/types.rbs', line 300

def shard_filter
  @shard_filter
end

#stream_arn::String

Returns the value of attribute stream_arn.

Returns:

  • (::String)


301
302
303
# File 'sig/types.rbs', line 301

def stream_arn
  @stream_arn
end

#stream_creation_timestamp::Time

Returns the value of attribute stream_creation_timestamp.

Returns:

  • (::Time)


299
300
301
# File 'sig/types.rbs', line 299

def stream_creation_timestamp
  @stream_creation_timestamp
end

#stream_id::String

Returns the value of attribute stream_id.

Returns:

  • (::String)


302
303
304
# File 'sig/types.rbs', line 302

def stream_id
  @stream_id
end

#stream_name::String

Returns the value of attribute stream_name.

Returns:

  • (::String)


295
296
297
# File 'sig/types.rbs', line 295

def stream_name
  @stream_name
end