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)


108
109
110
# File 'sig/types.rbs', line 108

def quality
  @quality
end

#timestamp ⇒ Types::AssetPropertyTimestamp

Returns the value of attribute timestamp.



107
108
109
# File 'sig/types.rbs', line 107

def timestamp
  @timestamp
end

#value ⇒ Types::AssetPropertyVariant

Returns the value of attribute value.



106
107
108
# File 'sig/types.rbs', line 106

def value
  @value
end