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)


1784
1785
1786
# File 'sig/types.rbs', line 1784

def etag
  @etag
end

#file_size::Integer

Returns the value of attribute file_size.

Returns:

  • (::Integer)


1785
1786
1787
# File 'sig/types.rbs', line 1785

def file_size
  @file_size
end

#last_modified::Time

Returns the value of attribute last_modified.

Returns:

  • (::Time)


1786
1787
1788
# File 'sig/types.rbs', line 1786

def last_modified
  @last_modified
end

#mime_type::String

Returns the value of attribute mime_type.

Returns:

  • (::String)


1787
1788
1789
# File 'sig/types.rbs', line 1787

def mime_type
  @mime_type
end