Class: Aws::Types::StartSelector
- Inherits:
-
Object
- Object
- Aws::Types::StartSelector
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#after_fragment_number ⇒ ::String
Returns the value of attribute after_fragment_number.
-
#continuation_token ⇒ ::String
Returns the value of attribute continuation_token.
-
#start_selector_type ⇒ "FRAGMENT_NUMBER", ...
Returns the value of attribute start_selector_type.
-
#start_timestamp ⇒ ::Time
Returns the value of attribute start_timestamp.
Instance Attribute Details
#after_fragment_number ⇒ ::String
Returns the value of attribute after_fragment_number.
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.
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.
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.
57 58 59 |
# File 'sig/types.rbs', line 57 def end |