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:



1140
1141
1142
# File 'sig/types.rbs', line 1140

def checksum
  @checksum
end

#delete_markerBoolean

Returns the value of attribute delete_marker.

Returns:

  • (Boolean)


1135
1136
1137
# File 'sig/types.rbs', line 1135

def delete_marker
  @delete_marker
end

#etag::String

Returns the value of attribute etag.

Returns:

  • (::String)


1139
1140
1141
# File 'sig/types.rbs', line 1139

def etag
  @etag
end

#last_modified::Time

Returns the value of attribute last_modified.

Returns:

  • (::Time)


1136
1137
1138
# File 'sig/types.rbs', line 1136

def last_modified
  @last_modified
end

#object_partsTypes::GetObjectAttributesParts

Returns the value of attribute object_parts.



1141
1142
1143
# File 'sig/types.rbs', line 1141

def object_parts
  @object_parts
end

#object_size::Integer

Returns the value of attribute object_size.

Returns:

  • (::Integer)


1143
1144
1145
# File 'sig/types.rbs', line 1143

def object_size
  @object_size
end

#request_charged"requester"

Returns the value of attribute request_charged.

Returns:

  • ("requester")


1138
1139
1140
# File 'sig/types.rbs', line 1138

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")


1142
1143
1144
# File 'sig/types.rbs', line 1142

def storage_class
  @storage_class
end

#version_id::String

Returns the value of attribute version_id.

Returns:

  • (::String)


1137
1138
1139
# File 'sig/types.rbs', line 1137

def version_id
  @version_id
end