Class: Aws::Types::DescribeObjectResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cache_control::String

Returns the value of attribute cache_control.

Returns:

  • (::String)


33
34
35
# File 'sig/types.rbs', line 33

def cache_control
  @cache_control
end

#content_length::Integer

Returns the value of attribute content_length.

Returns:

  • (::Integer)


32
33
34
# File 'sig/types.rbs', line 32

def content_length
  @content_length
end

#content_type::String

Returns the value of attribute content_type.

Returns:

  • (::String)


31
32
33
# File 'sig/types.rbs', line 31

def content_type
  @content_type
end

#etag::String

Returns the value of attribute etag.

Returns:

  • (::String)


30
31
32
# File 'sig/types.rbs', line 30

def etag
  @etag
end

#last_modified::Time

Returns the value of attribute last_modified.

Returns:

  • (::Time)


34
35
36
# File 'sig/types.rbs', line 34

def last_modified
  @last_modified
end