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.



3678
3679
3680
# File 'sig/types.rbs', line 3678

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)


3680
3681
3682
# File 'sig/types.rbs', line 3680

def asset_model_id
  @asset_model_id
end

#asset_model_statusTypes::AssetModelStatus

Returns the value of attribute asset_model_status.



3679
3680
3681
# File 'sig/types.rbs', line 3679

def asset_model_status
  @asset_model_status
end