Class: Aws::Types::GetObjectAttributesOutput

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#checksumTypes::Checksum

Returns the value of attribute checksum.



1153
1154
1155
# File 'sig/types.rbs', line 1153

def checksum
  @checksum
end

#delete_markerBoolean

Returns the value of attribute delete_marker.



1148
1149
1150
# File 'sig/types.rbs', line 1148

def delete_marker
  @delete_marker
end

#etag::String

Returns the value of attribute etag.



1152
1153
1154
# File 'sig/types.rbs', line 1152

def etag
  @etag
end

#last_modified::Time

Returns the value of attribute last_modified.



1149
1150
1151
# File 'sig/types.rbs', line 1149

def last_modified
  @last_modified
end

#object_partsTypes::GetObjectAttributesParts

Returns the value of attribute object_parts.



1154
1155
1156
# File 'sig/types.rbs', line 1154

def object_parts
  @object_parts
end

#object_size::Integer

Returns the value of attribute object_size.



1156
1157
1158
# File 'sig/types.rbs', line 1156

def object_size
  @object_size
end

#request_charged"requester"

Returns the value of attribute request_charged.



1151
1152
1153
# File 'sig/types.rbs', line 1151

def request_charged
  @request_charged
end

#storage_class"STANDARD", ...

Returns the value of attribute storage_class.



1155
1156
1157
# File 'sig/types.rbs', line 1155

def storage_class
  @storage_class
end

#version_id::String

Returns the value of attribute version_id.



1150
1151
1152
# File 'sig/types.rbs', line 1150

def version_id
  @version_id
end