Class: Aws::Types::Item

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#content_length::Integer

Returns the value of attribute content_length.

Returns:



67
68
69
# File 'sig/types.rbs', line 67

def content_length
  @content_length
end

#content_type::String

Returns the value of attribute content_type.

Returns:



66
67
68
# File 'sig/types.rbs', line 66

def content_type
  @content_type
end

#etag::String

Returns the value of attribute etag.

Returns:



64
65
66
# File 'sig/types.rbs', line 64

def etag
  @etag
end

#last_modified::Time

Returns the value of attribute last_modified.

Returns:



65
66
67
# File 'sig/types.rbs', line 65

def last_modified
  @last_modified
end

#name::String

Returns the value of attribute name.

Returns:



62
63
64
# File 'sig/types.rbs', line 62

def name
  @name
end

#type"OBJECT", "FOLDER"

Returns the value of attribute type.

Returns:



63
64
65
# File 'sig/types.rbs', line 63

def type
  @type
end