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)


963
964
965
# File 'sig/types.rbs', line 963

def client_token
  @client_token
end

#computation_model_configurationTypes::ComputationModelConfiguration

Returns the value of attribute computation_model_configuration.



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

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:



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

def computation_model_data_binding
  @computation_model_data_binding
end

#computation_model_description::String

Returns the value of attribute computation_model_description.

Returns:

  • (::String)


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

def computation_model_description
  @computation_model_description
end

#computation_model_name::String

Returns the value of attribute computation_model_name.

Returns:

  • (::String)


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

def computation_model_name
  @computation_model_name
end

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

Returns the value of attribute tags.

Returns:

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


964
965
966
# File 'sig/types.rbs', line 964

def tags
  @tags
end