Class: Aws::Types::S3Object

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)


2752
2753
2754
# File 'sig/types.rbs', line 2752

def etag
  @etag
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


2753
2754
2755
# File 'sig/types.rbs', line 2753

def key
  @key
end

#version_id::String

Returns the value of attribute version_id.

Returns:

  • (::String)


2754
2755
2756
# File 'sig/types.rbs', line 2754

def version_id
  @version_id
end