Class: Aws::Types::UpdateComputationModelRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


3736
3737
3738
# File 'sig/types.rbs', line 3736

def client_token
  @client_token
end

#computation_model_configurationTypes::ComputationModelConfiguration

Returns the value of attribute computation_model_configuration.



3734
3735
3736
# File 'sig/types.rbs', line 3734

def computation_model_configuration
  @computation_model_configuration
end

#computation_model_data_binding::Hash[::String, Types::ComputationModelDataBindingValue]

Returns the value of attribute computation_model_data_binding.

Returns:



3735
3736
3737
# File 'sig/types.rbs', line 3735

def computation_model_data_binding
  @computation_model_data_binding
end

#computation_model_description::String

Returns the value of attribute computation_model_description.

Returns:

  • (::String)


3733
3734
3735
# File 'sig/types.rbs', line 3733

def computation_model_description
  @computation_model_description
end

#computation_model_id::String

Returns the value of attribute computation_model_id.

Returns:

  • (::String)


3731
3732
3733
# File 'sig/types.rbs', line 3731

def computation_model_id
  @computation_model_id
end

#computation_model_name::String

Returns the value of attribute computation_model_name.

Returns:

  • (::String)


3732
3733
3734
# File 'sig/types.rbs', line 3732

def computation_model_name
  @computation_model_name
end