Class: Aws::Types::PutAssetPropertyValueEntry

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#asset_id::String

Returns the value of attribute asset_id.

Returns:

  • (::String)


4154
4155
4156
# File 'sig/types.rbs', line 4154

def asset_id
  @asset_id
end

#entry_id::String

Returns the value of attribute entry_id.

Returns:

  • (::String)


4153
4154
4155
# File 'sig/types.rbs', line 4153

def entry_id
  @entry_id
end

#property_alias::String

Returns the value of attribute property_alias.

Returns:

  • (::String)


4156
4157
4158
# File 'sig/types.rbs', line 4156

def property_alias
  @property_alias
end

#property_id::String

Returns the value of attribute property_id.

Returns:

  • (::String)


4155
4156
4157
# File 'sig/types.rbs', line 4155

def property_id
  @property_id
end

#property_values::Array[Types::AssetPropertyValue]

Returns the value of attribute property_values.

Returns:



4157
4158
4159
# File 'sig/types.rbs', line 4157

def property_values
  @property_values
end