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)


912
913
914
# File 'sig/types.rbs', line 912

def asset_model_arn
  @asset_model_arn
end

#asset_model_id::String

Returns the value of attribute asset_model_id.

Returns:

  • (::String)


911
912
913
# File 'sig/types.rbs', line 911

def asset_model_id
  @asset_model_id
end

#asset_model_statusTypes::AssetModelStatus

Returns the value of attribute asset_model_status.



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

def asset_model_status
  @asset_model_status
end