Class: Aws::Types::UpdateAssetModelCompositeModelResponse

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_path::Array[Types::AssetModelCompositeModelPathSegment]

Returns the value of attribute asset_model_composite_model_path.



3637
3638
3639
# File 'sig/types.rbs', line 3637

def asset_model_composite_model_path
  @asset_model_composite_model_path
end

#asset_model_id::String

Returns the value of attribute asset_model_id.

Returns:

  • (::String)


3639
3640
3641
# File 'sig/types.rbs', line 3639

def asset_model_id
  @asset_model_id
end

#asset_model_statusTypes::AssetModelStatus

Returns the value of attribute asset_model_status.



3638
3639
3640
# File 'sig/types.rbs', line 3638

def asset_model_status
  @asset_model_status
end