Class: Aws::Types::StartExperimentRequest

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)


680
681
682
# File 'sig/types.rbs', line 680

def client_token
  @client_token
end

#experiment_optionsTypes::StartExperimentExperimentOptionsInput

Returns the value of attribute experiment_options.



682
683
684
# File 'sig/types.rbs', line 682

def experiment_options
  @experiment_options
end

#experiment_template_id::String

Returns the value of attribute experiment_template_id.

Returns:

  • (::String)


681
682
683
# File 'sig/types.rbs', line 681

def experiment_template_id
  @experiment_template_id
end

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

Returns the value of attribute tags.

Returns:

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


683
684
685
# File 'sig/types.rbs', line 683

def tags
  @tags
end