Class: Aws::Types::PropertyValue

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#time::String

Returns the value of attribute time.

Returns:

  • (::String)


1007
1008
1009
# File 'sig/types.rbs', line 1007

def time
  @time
end

#timestamp::Time

Returns the value of attribute timestamp.

Returns:

  • (::Time)


1005
1006
1007
# File 'sig/types.rbs', line 1005

def timestamp
  @timestamp
end

#valueTypes::DataValue

Returns the value of attribute value.

Returns:



1006
1007
1008
# File 'sig/types.rbs', line 1006

def value
  @value
end