Class: Aws::Types::ListFragmentsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListFragmentsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fragment_selector ⇒ Types::FragmentSelector
Returns the value of attribute fragment_selector.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
-
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
Instance Attribute Details
#fragment_selector ⇒ Types::FragmentSelector
Returns the value of attribute fragment_selector.
177 178 179 |
# File 'sig/types.rbs', line 177 def fragment_selector @fragment_selector end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
175 176 177 |
# File 'sig/types.rbs', line 175 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
176 177 178 |
# File 'sig/types.rbs', line 176 def next_token @next_token end |
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
174 175 176 |
# File 'sig/types.rbs', line 174 def stream_arn @stream_arn end |
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
173 174 175 |
# File 'sig/types.rbs', line 173 def stream_name @stream_name end |