Class: Aws::Types::ListReadSetUploadPartsResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

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