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)


3695
3696
3697
# File 'sig/types.rbs', line 3695

def client_token
  @client_token
end

#computation_model_configurationTypes::ComputationModelConfiguration

Returns the value of attribute computation_model_configuration.



3693
3694
3695
# File 'sig/types.rbs', line 3693

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:



3694
3695
3696
# File 'sig/types.rbs', line 3694

def computation_model_data_binding
  @computation_model_data_binding
end

#computation_model_description::String

Returns the value of attribute computation_model_description.

Returns:

  • (::String)


3692
3693
3694
# File 'sig/types.rbs', line 3692

def computation_model_description
  @computation_model_description
end

#computation_model_id::String

Returns the value of attribute computation_model_id.

Returns:

  • (::String)


3690
3691
3692
# File 'sig/types.rbs', line 3690

def computation_model_id
  @computation_model_id
end

#computation_model_name::String

Returns the value of attribute computation_model_name.

Returns:

  • (::String)


3691
3692
3693
# File 'sig/types.rbs', line 3691

def computation_model_name
  @computation_model_name
end