Class: Aws::Types::DescribeAssetPropertyResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#asset_external_id::String

Returns the value of attribute asset_external_id.

Returns:

  • (::String)


1596
1597
1598
# File 'sig/types.rbs', line 1596

def asset_external_id
  @asset_external_id
end

#asset_id::String

Returns the value of attribute asset_id.

Returns:

  • (::String)


1595
1596
1597
# File 'sig/types.rbs', line 1595

def asset_id
  @asset_id
end

#asset_model_id::String

Returns the value of attribute asset_model_id.

Returns:

  • (::String)


1598
1599
1600
# File 'sig/types.rbs', line 1598

def asset_model_id
  @asset_model_id
end

#asset_name::String

Returns the value of attribute asset_name.

Returns:

  • (::String)


1597
1598
1599
# File 'sig/types.rbs', line 1597

def asset_name
  @asset_name
end

#asset_propertyTypes::Property

Returns the value of attribute asset_property.

Returns:



1599
1600
1601
# File 'sig/types.rbs', line 1599

def asset_property
  @asset_property
end

#composite_modelTypes::CompositeModelProperty

Returns the value of attribute composite_model.



1600
1601
1602
# File 'sig/types.rbs', line 1600

def composite_model
  @composite_model
end