Class: Aws::Types::DescribeAssetModelCompositeModelRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#asset_model_composite_model_id::String

Returns the value of attribute asset_model_composite_model_id.

Returns:

  • (::String)


1524
1525
1526
# File 'sig/types.rbs', line 1524

def asset_model_composite_model_id
  @asset_model_composite_model_id
end

#asset_model_id::String

Returns the value of attribute asset_model_id.

Returns:

  • (::String)


1523
1524
1525
# File 'sig/types.rbs', line 1523

def asset_model_id
  @asset_model_id
end

#asset_model_version::String

Returns the value of attribute asset_model_version.

Returns:

  • (::String)


1525
1526
1527
# File 'sig/types.rbs', line 1525

def asset_model_version
  @asset_model_version
end