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)


1165
1166
1167
# File 'sig/types.rbs', line 1165

def is_truncated
  @is_truncated
end

#max_parts::Integer

Returns the value of attribute max_parts.

Returns:

  • (::Integer)


1164
1165
1166
# File 'sig/types.rbs', line 1164

def max_parts
  @max_parts
end

#next_part_number_marker::Integer

Returns the value of attribute next_part_number_marker.

Returns:

  • (::Integer)


1163
1164
1165
# File 'sig/types.rbs', line 1163

def next_part_number_marker
  @next_part_number_marker
end

#part_number_marker::Integer

Returns the value of attribute part_number_marker.

Returns:

  • (::Integer)


1162
1163
1164
# File 'sig/types.rbs', line 1162

def part_number_marker
  @part_number_marker
end

#parts::Array[Types::ObjectPart]

Returns the value of attribute parts.

Returns:



1166
1167
1168
# File 'sig/types.rbs', line 1166

def parts
  @parts
end

#total_parts_count::Integer

Returns the value of attribute total_parts_count.

Returns:

  • (::Integer)


1161
1162
1163
# File 'sig/types.rbs', line 1161

def total_parts_count
  @total_parts_count
end