Class: Aws::Types::CreateAssetModelCompositeModelResponse

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)


889
890
891
# File 'sig/types.rbs', line 889

def asset_model_composite_model_id
  @asset_model_composite_model_id
end

#asset_model_composite_model_path::Array[Types::AssetModelCompositeModelPathSegment]

Returns the value of attribute asset_model_composite_model_path.



890
891
892
# File 'sig/types.rbs', line 890

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)


892
893
894
# File 'sig/types.rbs', line 892

def asset_model_id
  @asset_model_id
end

#asset_model_statusTypes::AssetModelStatus

Returns the value of attribute asset_model_status.



891
892
893
# File 'sig/types.rbs', line 891

def asset_model_status
  @asset_model_status
end