Class: Aws::Types::FragmentSelector
- Inherits:
-
Object
- Object
- Aws::Types::FragmentSelector
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fragment_selector_type ⇒ "PRODUCER_TIMESTAMP", "SERVER_TIMESTAMP"
Returns the value of attribute fragment_selector_type.
-
#timestamp_range ⇒ Types::TimestampRange
Returns the value of attribute timestamp_range.
Instance Attribute Details
#fragment_selector_type ⇒ "PRODUCER_TIMESTAMP", "SERVER_TIMESTAMP"
Returns the value of attribute fragment_selector_type.
50 51 52 |
# File 'sig/types.rbs', line 50 def fragment_selector_type @fragment_selector_type end |
#timestamp_range ⇒ Types::TimestampRange
Returns the value of attribute timestamp_range.
51 52 53 |
# File 'sig/types.rbs', line 51 def end |