Class: Aws::Types::GetAssetPropertyValueRequest

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)


2322
2323
2324
# File 'sig/types.rbs', line 2322

def asset_id
  @asset_id
end

#property_alias::String

Returns the value of attribute property_alias.

Returns:

  • (::String)


2324
2325
2326
# File 'sig/types.rbs', line 2324

def property_alias
  @property_alias
end

#property_id::String

Returns the value of attribute property_id.

Returns:

  • (::String)


2323
2324
2325
# File 'sig/types.rbs', line 2323

def property_id
  @property_id
end