Class: Aws::Types::AwsS3ObjectDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#content_type::String

Returns the value of attribute content_type.

Returns:

  • (::String)


4144
4145
4146
# File 'sig/types.rbs', line 4144

def content_type
  @content_type
end

#etag::String

Returns the value of attribute etag.

Returns:

  • (::String)


4142
4143
4144
# File 'sig/types.rbs', line 4142

def etag
  @etag
end

#last_modified::String

Returns the value of attribute last_modified.

Returns:

  • (::String)


4141
4142
4143
# File 'sig/types.rbs', line 4141

def last_modified
  @last_modified
end

#server_side_encryption::String

Returns the value of attribute server_side_encryption.

Returns:

  • (::String)


4145
4146
4147
# File 'sig/types.rbs', line 4145

def server_side_encryption
  @server_side_encryption
end

#ssekms_key_id::String

Returns the value of attribute ssekms_key_id.

Returns:

  • (::String)


4146
4147
4148
# File 'sig/types.rbs', line 4146

def ssekms_key_id
  @ssekms_key_id
end

#version_id::String

Returns the value of attribute version_id.

Returns:

  • (::String)


4143
4144
4145
# File 'sig/types.rbs', line 4143

def version_id
  @version_id
end