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)


1593
1594
1595
# File 'sig/types.rbs', line 1593

def asset_external_id
  @asset_external_id
end

#asset_id::String

Returns the value of attribute asset_id.

Returns:

  • (::String)


1592
1593
1594
# File 'sig/types.rbs', line 1592

def asset_id
  @asset_id
end

#asset_model_id::String

Returns the value of attribute asset_model_id.

Returns:

  • (::String)


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

def asset_model_id
  @asset_model_id
end

#asset_name::String

Returns the value of attribute asset_name.

Returns:

  • (::String)


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

def asset_name
  @asset_name
end

#asset_propertyTypes::Property

Returns the value of attribute asset_property.

Returns:



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

def asset_property
  @asset_property
end

#composite_modelTypes::CompositeModelProperty

Returns the value of attribute composite_model.



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

def composite_model
  @composite_model
end