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)


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

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.



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

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)


895
896
897
# File 'sig/types.rbs', line 895

def asset_model_id
  @asset_model_id
end

#asset_model_statusTypes::AssetModelStatus

Returns the value of attribute asset_model_status.



894
895
896
# File 'sig/types.rbs', line 894

def asset_model_status
  @asset_model_status
end