Class: Aws::Types::CreateComputationModelResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#computation_model_arn::String

Returns the value of attribute computation_model_arn.

Returns:

  • (::String)


970
971
972
# File 'sig/types.rbs', line 970

def computation_model_arn
  @computation_model_arn
end

#computation_model_id::String

Returns the value of attribute computation_model_id.

Returns:

  • (::String)


969
970
971
# File 'sig/types.rbs', line 969

def computation_model_id
  @computation_model_id
end

#computation_model_statusTypes::ComputationModelStatus

Returns the value of attribute computation_model_status.



971
972
973
# File 'sig/types.rbs', line 971

def computation_model_status
  @computation_model_status
end