Class: Aws::Types::SubscribeToShardInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#consumer_arn::String

Returns the value of attribute consumer_arn.

Returns:

  • (::String)


605
606
607
# File 'sig/types.rbs', line 605

def consumer_arn
  @consumer_arn
end

#shard_id::String

Returns the value of attribute shard_id.

Returns:

  • (::String)


607
608
609
# File 'sig/types.rbs', line 607

def shard_id
  @shard_id
end

#starting_positionTypes::StartingPosition

Returns the value of attribute starting_position.



608
609
610
# File 'sig/types.rbs', line 608

def starting_position
  @starting_position
end

#stream_id::String

Returns the value of attribute stream_id.

Returns:

  • (::String)


606
607
608
# File 'sig/types.rbs', line 606

def stream_id
  @stream_id
end