Class: Aws::Types::GetObjectAttributesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:sse_customer_key])

Instance Attribute Summary collapse

Instance Attribute Details

#bucket::String

Returns the value of attribute bucket.

Returns:

  • (::String)


1158
1159
1160
# File 'sig/types.rbs', line 1158

def bucket
  @bucket
end

#expected_bucket_owner::String

Returns the value of attribute expected_bucket_owner.

Returns:

  • (::String)


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

def expected_bucket_owner
  @expected_bucket_owner
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


1159
1160
1161
# File 'sig/types.rbs', line 1159

def key
  @key
end

#max_parts::Integer

Returns the value of attribute max_parts.

Returns:

  • (::Integer)


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

def max_parts
  @max_parts
end

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

Returns the value of attribute object_attributes.

Returns:

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


1168
1169
1170
# File 'sig/types.rbs', line 1168

def object_attributes
  @object_attributes
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

#request_payer"requester"

Returns the value of attribute request_payer.

Returns:

  • ("requester")


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

def request_payer
  @request_payer
end

#sse_customer_algorithm::String

Returns the value of attribute sse_customer_algorithm.

Returns:

  • (::String)


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

def sse_customer_algorithm
  @sse_customer_algorithm
end

#sse_customer_key::String

Returns the value of attribute sse_customer_key.

Returns:

  • (::String)


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

def sse_customer_key
  @sse_customer_key
end

#sse_customer_key_md5::String

Returns the value of attribute sse_customer_key_md5.

Returns:

  • (::String)


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

def sse_customer_key_md5
  @sse_customer_key_md5
end

#version_id::String

Returns the value of attribute version_id.

Returns:

  • (::String)


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

def version_id
  @version_id
end