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)


967
968
969
# File 'sig/types.rbs', line 967

def computation_model_arn
  @computation_model_arn
end

#computation_model_id::String

Returns the value of attribute computation_model_id.

Returns:

  • (::String)


966
967
968
# File 'sig/types.rbs', line 966

def computation_model_id
  @computation_model_id
end

#computation_model_statusTypes::ComputationModelStatus

Returns the value of attribute computation_model_status.



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

def computation_model_status
  @computation_model_status
end