Class: Aws::Types::GetObjectResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#body::IO

Returns the value of attribute body.

Returns:



45
46
47
# File 'sig/types.rbs', line 45

def body
  @body
end

#cache_control::String

Returns the value of attribute cache_control.

Returns:



46
47
48
# File 'sig/types.rbs', line 46

def cache_control
  @cache_control
end

#content_length::Integer

Returns the value of attribute content_length.

Returns:



48
49
50
# File 'sig/types.rbs', line 48

def content_length
  @content_length
end

#content_range::String

Returns the value of attribute content_range.

Returns:



47
48
49
# File 'sig/types.rbs', line 47

def content_range
  @content_range
end

#content_type::String

Returns the value of attribute content_type.

Returns:



49
50
51
# File 'sig/types.rbs', line 49

def content_type
  @content_type
end

#etag::String

Returns the value of attribute etag.

Returns:



50
51
52
# File 'sig/types.rbs', line 50

def etag
  @etag
end

#last_modified::Time

Returns the value of attribute last_modified.

Returns:



51
52
53
# File 'sig/types.rbs', line 51

def last_modified
  @last_modified
end

#status_code::Integer

Returns the value of attribute status_code.

Returns:



52
53
54
# File 'sig/types.rbs', line 52

def status_code
  @status_code
end