Class: Aws::Types::StartSelector

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#after_fragment_number::String

Returns the value of attribute after_fragment_number.

Returns:

  • (::String)


56
57
58
# File 'sig/types.rbs', line 56

def after_fragment_number
  @after_fragment_number
end

#continuation_token::String

Returns the value of attribute continuation_token.

Returns:

  • (::String)


58
59
60
# File 'sig/types.rbs', line 58

def continuation_token
  @continuation_token
end

#start_selector_type"FRAGMENT_NUMBER", ...

Returns the value of attribute start_selector_type.

Returns:

  • ("FRAGMENT_NUMBER", "SERVER_TIMESTAMP", "PRODUCER_TIMESTAMP", "NOW", "EARLIEST", "CONTINUATION_TOKEN")


55
56
57
# File 'sig/types.rbs', line 55

def start_selector_type
  @start_selector_type
end

#start_timestamp::Time

Returns the value of attribute start_timestamp.

Returns:

  • (::Time)


57
58
59
# File 'sig/types.rbs', line 57

def start_timestamp
  @start_timestamp
end