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)


1527
1528
1529
# File 'sig/types.rbs', line 1527

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)


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

def asset_model_id
  @asset_model_id
end

#asset_model_version::String

Returns the value of attribute asset_model_version.

Returns:

  • (::String)


1528
1529
1530
# File 'sig/types.rbs', line 1528

def asset_model_version
  @asset_model_version
end