Class: Aws::Types::DescribeAssetResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#asset_arn::String

Returns the value of attribute asset_arn.

Returns:

  • (::String)


1610
1611
1612
# File 'sig/types.rbs', line 1610

def asset_arn
  @asset_arn
end

#asset_composite_model_summaries::Array[Types::AssetCompositeModelSummary]

Returns the value of attribute asset_composite_model_summaries.

Returns:



1620
1621
1622
# File 'sig/types.rbs', line 1620

def asset_composite_model_summaries
  @asset_composite_model_summaries
end

#asset_composite_models::Array[Types::AssetCompositeModel]

Returns the value of attribute asset_composite_models.

Returns:



1615
1616
1617
# File 'sig/types.rbs', line 1615

def asset_composite_models
  @asset_composite_models
end

#asset_creation_date::Time

Returns the value of attribute asset_creation_date.

Returns:

  • (::Time)


1616
1617
1618
# File 'sig/types.rbs', line 1616

def asset_creation_date
  @asset_creation_date
end

#asset_description::String

Returns the value of attribute asset_description.

Returns:

  • (::String)


1619
1620
1621
# File 'sig/types.rbs', line 1619

def asset_description
  @asset_description
end

#asset_external_id::String

Returns the value of attribute asset_external_id.

Returns:

  • (::String)


1609
1610
1611
# File 'sig/types.rbs', line 1609

def asset_external_id
  @asset_external_id
end

#asset_hierarchies::Array[Types::AssetHierarchy]

Returns the value of attribute asset_hierarchies.

Returns:



1614
1615
1616
# File 'sig/types.rbs', line 1614

def asset_hierarchies
  @asset_hierarchies
end

#asset_id::String

Returns the value of attribute asset_id.

Returns:

  • (::String)


1608
1609
1610
# File 'sig/types.rbs', line 1608

def asset_id
  @asset_id
end

#asset_last_update_date::Time

Returns the value of attribute asset_last_update_date.

Returns:

  • (::Time)


1617
1618
1619
# File 'sig/types.rbs', line 1617

def asset_last_update_date
  @asset_last_update_date
end

#asset_model_id::String

Returns the value of attribute asset_model_id.

Returns:

  • (::String)


1612
1613
1614
# File 'sig/types.rbs', line 1612

def asset_model_id
  @asset_model_id
end

#asset_name::String

Returns the value of attribute asset_name.

Returns:

  • (::String)


1611
1612
1613
# File 'sig/types.rbs', line 1611

def asset_name
  @asset_name
end

#asset_properties::Array[Types::AssetProperty]

Returns the value of attribute asset_properties.

Returns:



1613
1614
1615
# File 'sig/types.rbs', line 1613

def asset_properties
  @asset_properties
end

#asset_statusTypes::AssetStatus

Returns the value of attribute asset_status.

Returns:



1618
1619
1620
# File 'sig/types.rbs', line 1618

def asset_status
  @asset_status
end