Class: Aws::Types::ListFragmentsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListFragmentsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fragments ⇒ ::Array[Types::Fragment]
Returns the value of attribute fragments.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#fragments ⇒ ::Array[Types::Fragment]
Returns the value of attribute fragments.
182 183 184 |
# File 'sig/types.rbs', line 182 def fragments @fragments end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
183 184 185 |
# File 'sig/types.rbs', line 183 def next_token @next_token end |