Class: Aws::Types::DescribeAssetModelResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#asset_model_arn::String

Returns the value of attribute asset_model_arn.

Returns:

  • (::String)


1568
1569
1570
# File 'sig/types.rbs', line 1568

def asset_model_arn
  @asset_model_arn
end

#asset_model_composite_model_summaries::Array[Types::AssetModelCompositeModelSummary]

Returns the value of attribute asset_model_composite_model_summaries.



1575
1576
1577
# File 'sig/types.rbs', line 1575

def asset_model_composite_model_summaries
  @asset_model_composite_model_summaries
end

#asset_model_composite_models::Array[Types::AssetModelCompositeModel]

Returns the value of attribute asset_model_composite_models.

Returns:



1574
1575
1576
# File 'sig/types.rbs', line 1574

def asset_model_composite_models
  @asset_model_composite_models
end

#asset_model_creation_date::Time

Returns the value of attribute asset_model_creation_date.

Returns:

  • (::Time)


1576
1577
1578
# File 'sig/types.rbs', line 1576

def asset_model_creation_date
  @asset_model_creation_date
end

#asset_model_description::String

Returns the value of attribute asset_model_description.

Returns:

  • (::String)


1571
1572
1573
# File 'sig/types.rbs', line 1571

def asset_model_description
  @asset_model_description
end

#asset_model_external_id::String

Returns the value of attribute asset_model_external_id.

Returns:

  • (::String)


1567
1568
1569
# File 'sig/types.rbs', line 1567

def asset_model_external_id
  @asset_model_external_id
end

#asset_model_hierarchies::Array[Types::AssetModelHierarchy]

Returns the value of attribute asset_model_hierarchies.

Returns:



1573
1574
1575
# File 'sig/types.rbs', line 1573

def asset_model_hierarchies
  @asset_model_hierarchies
end

#asset_model_id::String

Returns the value of attribute asset_model_id.

Returns:

  • (::String)


1566
1567
1568
# File 'sig/types.rbs', line 1566

def asset_model_id
  @asset_model_id
end

#asset_model_last_update_date::Time

Returns the value of attribute asset_model_last_update_date.

Returns:

  • (::Time)


1577
1578
1579
# File 'sig/types.rbs', line 1577

def asset_model_last_update_date
  @asset_model_last_update_date
end

#asset_model_name::String

Returns the value of attribute asset_model_name.

Returns:

  • (::String)


1569
1570
1571
# File 'sig/types.rbs', line 1569

def asset_model_name
  @asset_model_name
end

#asset_model_properties::Array[Types::AssetModelProperty]

Returns the value of attribute asset_model_properties.

Returns:



1572
1573
1574
# File 'sig/types.rbs', line 1572

def asset_model_properties
  @asset_model_properties
end

#asset_model_statusTypes::AssetModelStatus

Returns the value of attribute asset_model_status.



1578
1579
1580
# File 'sig/types.rbs', line 1578

def asset_model_status
  @asset_model_status
end

#asset_model_type"ASSET_MODEL", ...

Returns the value of attribute asset_model_type.

Returns:

  • ("ASSET_MODEL", "COMPONENT_MODEL", "INTERFACE")


1570
1571
1572
# File 'sig/types.rbs', line 1570

def asset_model_type
  @asset_model_type
end

#asset_model_version::String

Returns the value of attribute asset_model_version.

Returns:

  • (::String)


1579
1580
1581
# File 'sig/types.rbs', line 1579

def asset_model_version
  @asset_model_version
end

#e_tag::String

Returns the value of attribute e_tag.

Returns:

  • (::String)


1581
1582
1583
# File 'sig/types.rbs', line 1581

def e_tag
  @e_tag
end

#interface_details::Array[Types::InterfaceRelationship]

Returns the value of attribute interface_details.

Returns:



1580
1581
1582
# File 'sig/types.rbs', line 1580

def interface_details
  @interface_details
end