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)


825
826
827
# File 'sig/types.rbs', line 825

def consumer_arn
  @consumer_arn
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


829
830
831
# File 'sig/types.rbs', line 829

def dry_run
  @dry_run
end

#shard_id::String

Returns the value of attribute shard_id.

Returns:

  • (::String)


827
828
829
# File 'sig/types.rbs', line 827

def shard_id
  @shard_id
end

#starting_positionTypes::StartingPosition

Returns the value of attribute starting_position.



828
829
830
# File 'sig/types.rbs', line 828

def starting_position
  @starting_position
end

#stream_id::String

Returns the value of attribute stream_id.

Returns:

  • (::String)


826
827
828
# File 'sig/types.rbs', line 826

def stream_id
  @stream_id
end