Class: Aws::Types::Metadata

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)


1763
1764
1765
# File 'sig/types.rbs', line 1763

def etag
  @etag
end

#file_size::Integer

Returns the value of attribute file_size.

Returns:

  • (::Integer)


1764
1765
1766
# File 'sig/types.rbs', line 1764

def file_size
  @file_size
end

#last_modified::Time

Returns the value of attribute last_modified.

Returns:

  • (::Time)


1765
1766
1767
# File 'sig/types.rbs', line 1765

def last_modified
  @last_modified
end

#mime_type::String

Returns the value of attribute mime_type.

Returns:

  • (::String)


1766
1767
1768
# File 'sig/types.rbs', line 1766

def mime_type
  @mime_type
end