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)


428
429
430
# File 'sig/types.rbs', line 428

def exclusive_start_shard_id
  @exclusive_start_shard_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


429
430
431
# File 'sig/types.rbs', line 429

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


427
428
429
# File 'sig/types.rbs', line 427

def next_token
  @next_token
end

#shard_filterTypes::ShardFilter

Returns the value of attribute shard_filter.

Returns:



431
432
433
# File 'sig/types.rbs', line 431

def shard_filter
  @shard_filter
end

#stream_arn::String

Returns the value of attribute stream_arn.

Returns:

  • (::String)


432
433
434
# File 'sig/types.rbs', line 432

def stream_arn
  @stream_arn
end

#stream_creation_timestamp::Time

Returns the value of attribute stream_creation_timestamp.

Returns:

  • (::Time)


430
431
432
# File 'sig/types.rbs', line 430

def stream_creation_timestamp
  @stream_creation_timestamp
end

#stream_id::String

Returns the value of attribute stream_id.

Returns:

  • (::String)


433
434
435
# File 'sig/types.rbs', line 433

def stream_id
  @stream_id
end

#stream_name::String

Returns the value of attribute stream_name.

Returns:

  • (::String)


426
427
428
# File 'sig/types.rbs', line 426

def stream_name
  @stream_name
end