Class: Aws::Types::CreateComputationModelRequest

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)


960
961
962
# File 'sig/types.rbs', line 960

def client_token
  @client_token
end

#computation_model_configurationTypes::ComputationModelConfiguration

Returns the value of attribute computation_model_configuration.



958
959
960
# File 'sig/types.rbs', line 958

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:



959
960
961
# File 'sig/types.rbs', line 959

def computation_model_data_binding
  @computation_model_data_binding
end

#computation_model_description::String

Returns the value of attribute computation_model_description.

Returns:

  • (::String)


957
958
959
# File 'sig/types.rbs', line 957

def computation_model_description
  @computation_model_description
end

#computation_model_name::String

Returns the value of attribute computation_model_name.

Returns:

  • (::String)


956
957
958
# File 'sig/types.rbs', line 956

def computation_model_name
  @computation_model_name
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


961
962
963
# File 'sig/types.rbs', line 961

def tags
  @tags
end