Class: Aws::Types::S3ObjectDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#etag::String

Returns the value of attribute etag.

Returns:

  • (::String)


2761
2762
2763
# File 'sig/types.rbs', line 2761

def etag
  @etag
end

#hash::String

Returns the value of attribute hash.

Returns:

  • (::String)


2762
2763
2764
# File 'sig/types.rbs', line 2762

def hash
  @hash
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


2760
2761
2762
# File 'sig/types.rbs', line 2760

def key
  @key
end

#object_arn::String

Returns the value of attribute object_arn.

Returns:

  • (::String)


2759
2760
2761
# File 'sig/types.rbs', line 2759

def object_arn
  @object_arn
end

#version_id::String

Returns the value of attribute version_id.

Returns:

  • (::String)


2763
2764
2765
# File 'sig/types.rbs', line 2763

def version_id
  @version_id
end