Class: Aws::Types::ListReadSetUploadPartsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListReadSetUploadPartsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#parts ⇒ ::Array[Types::ReadSetUploadPartListItem]
Returns the value of attribute parts.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1527 1528 1529 |
# File 'sig/types.rbs', line 1527 def next_token @next_token end |
#parts ⇒ ::Array[Types::ReadSetUploadPartListItem]
Returns the value of attribute parts.
1528 1529 1530 |
# File 'sig/types.rbs', line 1528 def parts @parts end |