Class: Aws::Types::GetObjectAttributesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#bucket::String

Returns the value of attribute bucket.

Returns:



1171
1172
1173
# File 'sig/types.rbs', line 1171

def bucket
  @bucket
end

#expected_bucket_owner::String

Returns the value of attribute expected_bucket_owner.

Returns:



1180
1181
1182
# File 'sig/types.rbs', line 1180

def expected_bucket_owner
  @expected_bucket_owner
end

#key::String

Returns the value of attribute key.

Returns:



1172
1173
1174
# File 'sig/types.rbs', line 1172

def key
  @key
end

#max_parts::Integer

Returns the value of attribute max_parts.

Returns:



1174
1175
1176
# File 'sig/types.rbs', line 1174

def max_parts
  @max_parts
end

#object_attributes::Array[("ETag" | "Checksum" | "ObjectParts" | "StorageClass" | "ObjectSize")]

Returns the value of attribute object_attributes.

Returns:



1181
1182
1183
# File 'sig/types.rbs', line 1181

def object_attributes
  @object_attributes
end

#part_number_marker::Integer

Returns the value of attribute part_number_marker.

Returns:



1175
1176
1177
# File 'sig/types.rbs', line 1175

def part_number_marker
  @part_number_marker
end

#request_payer"requester"

Returns the value of attribute request_payer.

Returns:



1179
1180
1181
# File 'sig/types.rbs', line 1179

def request_payer
  @request_payer
end

#sse_customer_algorithm::String

Returns the value of attribute sse_customer_algorithm.

Returns:



1176
1177
1178
# File 'sig/types.rbs', line 1176

def sse_customer_algorithm
  @sse_customer_algorithm
end

#sse_customer_key::String

Returns the value of attribute sse_customer_key.

Returns:



1177
1178
1179
# File 'sig/types.rbs', line 1177

def sse_customer_key
  @sse_customer_key
end

#sse_customer_key_md5::String

Returns the value of attribute sse_customer_key_md5.

Returns:



1178
1179
1180
# File 'sig/types.rbs', line 1178

def sse_customer_key_md5
  @sse_customer_key_md5
end

#version_id::String

Returns the value of attribute version_id.

Returns:



1173
1174
1175
# File 'sig/types.rbs', line 1173

def version_id
  @version_id
end