Class: Aws::Types::GetObjectAttributesParts

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#is_truncatedBoolean

Returns the value of attribute is_truncated.

Returns:

  • (Boolean)


1152
1153
1154
# File 'sig/types.rbs', line 1152

def is_truncated
  @is_truncated
end

#max_parts::Integer

Returns the value of attribute max_parts.

Returns:

  • (::Integer)


1151
1152
1153
# File 'sig/types.rbs', line 1151

def max_parts
  @max_parts
end

#next_part_number_marker::Integer

Returns the value of attribute next_part_number_marker.

Returns:

  • (::Integer)


1150
1151
1152
# File 'sig/types.rbs', line 1150

def next_part_number_marker
  @next_part_number_marker
end

#part_number_marker::Integer

Returns the value of attribute part_number_marker.

Returns:

  • (::Integer)


1149
1150
1151
# File 'sig/types.rbs', line 1149

def part_number_marker
  @part_number_marker
end

#parts::Array[Types::ObjectPart]

Returns the value of attribute parts.

Returns:



1153
1154
1155
# File 'sig/types.rbs', line 1153

def parts
  @parts
end

#total_parts_count::Integer

Returns the value of attribute total_parts_count.

Returns:

  • (::Integer)


1148
1149
1150
# File 'sig/types.rbs', line 1148

def total_parts_count
  @total_parts_count
end