Class: Aws::Types::ListReadSetUploadPartsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListReadSetUploadPartsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filter ⇒ Types::ReadSetUploadPartListFilter
Returns the value of attribute filter.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#part_source ⇒ "SOURCE1", "SOURCE2"
Returns the value of attribute part_source.
-
#sequence_store_id ⇒ ::String
Returns the value of attribute sequence_store_id.
-
#upload_id ⇒ ::String
Returns the value of attribute upload_id.
Instance Attribute Details
#filter ⇒ Types::ReadSetUploadPartListFilter
Returns the value of attribute filter.
1522 1523 1524 |
# File 'sig/types.rbs', line 1522 def filter @filter end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1520 1521 1522 |
# File 'sig/types.rbs', line 1520 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1521 1522 1523 |
# File 'sig/types.rbs', line 1521 def next_token @next_token end |
#part_source ⇒ "SOURCE1", "SOURCE2"
Returns the value of attribute part_source.
1519 1520 1521 |
# File 'sig/types.rbs', line 1519 def part_source @part_source end |
#sequence_store_id ⇒ ::String
Returns the value of attribute sequence_store_id.
1517 1518 1519 |
# File 'sig/types.rbs', line 1517 def sequence_store_id @sequence_store_id end |
#upload_id ⇒ ::String
Returns the value of attribute upload_id.
1518 1519 1520 |
# File 'sig/types.rbs', line 1518 def upload_id @upload_id end |