Class: Aws::Types::DescribeAssetCompositeModelResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action_definitions::Array[Types::ActionDefinition]

Returns the value of attribute action_definitions.

Returns:



1518
1519
1520
# File 'sig/types.rbs', line 1518

def action_definitions
  @action_definitions
end

#asset_composite_model_description::String

Returns the value of attribute asset_composite_model_description.

Returns:

  • (::String)


1514
1515
1516
# File 'sig/types.rbs', line 1514

def asset_composite_model_description
  @asset_composite_model_description
end

#asset_composite_model_external_id::String

Returns the value of attribute asset_composite_model_external_id.

Returns:

  • (::String)


1511
1512
1513
# File 'sig/types.rbs', line 1511

def asset_composite_model_external_id
  @asset_composite_model_external_id
end

#asset_composite_model_id::String

Returns the value of attribute asset_composite_model_id.

Returns:

  • (::String)


1510
1511
1512
# File 'sig/types.rbs', line 1510

def asset_composite_model_id
  @asset_composite_model_id
end

#asset_composite_model_name::String

Returns the value of attribute asset_composite_model_name.

Returns:

  • (::String)


1513
1514
1515
# File 'sig/types.rbs', line 1513

def asset_composite_model_name
  @asset_composite_model_name
end

#asset_composite_model_path::Array[Types::AssetCompositeModelPathSegment]

Returns the value of attribute asset_composite_model_path.



1512
1513
1514
# File 'sig/types.rbs', line 1512

def asset_composite_model_path
  @asset_composite_model_path
end

#asset_composite_model_properties::Array[Types::AssetProperty]

Returns the value of attribute asset_composite_model_properties.

Returns:



1516
1517
1518
# File 'sig/types.rbs', line 1516

def asset_composite_model_properties
  @asset_composite_model_properties
end

#asset_composite_model_summaries::Array[Types::AssetCompositeModelSummary]

Returns the value of attribute asset_composite_model_summaries.

Returns:



1517
1518
1519
# File 'sig/types.rbs', line 1517

def asset_composite_model_summaries
  @asset_composite_model_summaries
end

#asset_composite_model_type::String

Returns the value of attribute asset_composite_model_type.

Returns:

  • (::String)


1515
1516
1517
# File 'sig/types.rbs', line 1515

def asset_composite_model_type
  @asset_composite_model_type
end

#asset_id::String

Returns the value of attribute asset_id.

Returns:

  • (::String)


1509
1510
1511
# File 'sig/types.rbs', line 1509

def asset_id
  @asset_id
end