Class: Aws::Types::ListReadSetUploadPartsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filterTypes::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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • ("SOURCE1", "SOURCE2")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1518
1519
1520
# File 'sig/types.rbs', line 1518

def upload_id
  @upload_id
end