Class: Aws::Types::ListObjectTypeAttributeValuesItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:value])

Instance Attribute Summary collapse

Instance Attribute Details

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


1832
1833
1834
# File 'sig/types.rbs', line 1832

def last_updated_at
  @last_updated_at
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


1831
1832
1833
# File 'sig/types.rbs', line 1831

def value
  @value
end