Class: Aws::Types::CreateAssetModelResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#asset_model_arn::String

Returns the value of attribute asset_model_arn.

Returns:

  • (::String)


915
916
917
# File 'sig/types.rbs', line 915

def asset_model_arn
  @asset_model_arn
end

#asset_model_id::String

Returns the value of attribute asset_model_id.

Returns:

  • (::String)


914
915
916
# File 'sig/types.rbs', line 914

def asset_model_id
  @asset_model_id
end

#asset_model_statusTypes::AssetModelStatus

Returns the value of attribute asset_model_status.



916
917
918
# File 'sig/types.rbs', line 916

def asset_model_status
  @asset_model_status
end