Class: Aws::Types::SubscribeToShardEvent

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#child_shards::Array[Types::ChildShard]

Returns the value of attribute child_shards.

Returns:



810
811
812
# File 'sig/types.rbs', line 810

def child_shards
  @child_shards
end

#continuation_sequence_number::String

Returns the value of attribute continuation_sequence_number.

Returns:

  • (::String)


808
809
810
# File 'sig/types.rbs', line 808

def continuation_sequence_number
  @continuation_sequence_number
end

#event_typeObject

Returns the value of attribute event_type.

Returns:

  • (Object)


811
812
813
# File 'sig/types.rbs', line 811

def event_type
  @event_type
end

#millis_behind_latest::Integer

Returns the value of attribute millis_behind_latest.

Returns:

  • (::Integer)


809
810
811
# File 'sig/types.rbs', line 809

def millis_behind_latest
  @millis_behind_latest
end

#records::Array[Types::Record]

Returns the value of attribute records.

Returns:



807
808
809
# File 'sig/types.rbs', line 807

def records
  @records
end