Class: Aws::Types::AssetPropertyValue

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#quality::String

Returns the value of attribute quality.

Returns:

  • (::String)


127
128
129
# File 'sig/types.rbs', line 127

def quality
  @quality
end

#timestampTypes::AssetPropertyTimestamp

Returns the value of attribute timestamp.



126
127
128
# File 'sig/types.rbs', line 126

def timestamp
  @timestamp
end

#valueTypes::AssetPropertyVariant

Returns the value of attribute value.



125
126
127
# File 'sig/types.rbs', line 125

def value
  @value
end