Class: Aws::Types::GetObjectAttributesParts
- Inherits:
-
Object
- Object
- Aws::Types::GetObjectAttributesParts
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
-
#max_parts ⇒ ::Integer
Returns the value of attribute max_parts.
-
#next_part_number_marker ⇒ ::Integer
Returns the value of attribute next_part_number_marker.
-
#part_number_marker ⇒ ::Integer
Returns the value of attribute part_number_marker.
-
#parts ⇒ ::Array[Types::ObjectPart]
Returns the value of attribute parts.
-
#total_parts_count ⇒ ::Integer
Returns the value of attribute total_parts_count.
Instance Attribute Details
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
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.
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.
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.
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.
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.
1148 1149 1150 |
# File 'sig/types.rbs', line 1148 def total_parts_count @total_parts_count end |