Class: Aws::Types::GetObjectAttributesOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#checksumTypes::Checksum

Returns the value of attribute checksum.

Returns:



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

def checksum
  @checksum
end

#delete_markerBoolean

Returns the value of attribute delete_marker.

Returns:

  • (Boolean)


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

def delete_marker
  @delete_marker
end

#etag::String

Returns the value of attribute etag.

Returns:

  • (::String)


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

def etag
  @etag
end

#last_modified::Time

Returns the value of attribute last_modified.

Returns:

  • (::Time)


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.

Returns:

  • (::Integer)


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.

Returns:

  • ("requester")


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.

Returns:

  • ("STANDARD", "REDUCED_REDUNDANCY", "STANDARD_IA", "ONEZONE_IA", "INTELLIGENT_TIERING", "GLACIER", "DEEP_ARCHIVE", "OUTPOSTS", "GLACIER_IR", "SNOW", "EXPRESS_ONEZONE", "FSX_OPENZFS", "FSX_ONTAP", "AWS_BACKUP_WARM", "AWS_BACKUP_LOW_COST_WARM")


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.

Returns:

  • (::String)


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

def version_id
  @version_id
end