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.
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.
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.
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.
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.
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.
1161 1162 1163 |
# File 'sig/types.rbs', line 1161 def total_parts_count @total_parts_count end |