Class: Aws::Types::CreateExperimentDefinitionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_identifier ⇒ ::String

Returns the value of attribute application_identifier.

Returns:

  • (::String)


182
183
184
# File 'sig/types.rbs', line 182

def application_identifier
  @application_identifier
end

#audience_description ⇒ ::String

Returns the value of attribute audience_description.

Returns:

  • (::String)


191
192
193
# File 'sig/types.rbs', line 191

def audience_description
  @audience_description
end

#audience_rule ⇒ ::String

Returns the value of attribute audience_rule.

Returns:

  • (::String)


189
190
191
# File 'sig/types.rbs', line 189

def audience_rule
  @audience_rule
end

#configuration_profile_identifier ⇒ ::String

Returns the value of attribute configuration_profile_identifier.

Returns:

  • (::String)


184
185
186
# File 'sig/types.rbs', line 184

def configuration_profile_identifier
  @configuration_profile_identifier
end

#control ⇒ Types::TreatmentInput

Returns the value of attribute control.



188
189
190
# File 'sig/types.rbs', line 188

def control
  @control
end

#environment_identifier ⇒ ::String

Returns the value of attribute environment_identifier.

Returns:

  • (::String)


185
186
187
# File 'sig/types.rbs', line 185

def environment_identifier
  @environment_identifier
end

#flag_key ⇒ ::String

Returns the value of attribute flag_key.

Returns:

  • (::String)


186
187
188
# File 'sig/types.rbs', line 186

def flag_key
  @flag_key
end

#hypothesis ⇒ ::String

Returns the value of attribute hypothesis.

Returns:

  • (::String)


190
191
192
# File 'sig/types.rbs', line 190

def hypothesis
  @hypothesis
end

#launch_criteria ⇒ ::String

Returns the value of attribute launch_criteria.

Returns:

  • (::String)


192
193
194
# File 'sig/types.rbs', line 192

def launch_criteria
  @launch_criteria
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


183
184
185
# File 'sig/types.rbs', line 183

def name
  @name
end

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

Returns the value of attribute tags.

Returns:

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


193
194
195
# File 'sig/types.rbs', line 193

def tags
  @tags
end

#treatments ⇒ ::Array[Types::TreatmentInput]

Returns the value of attribute treatments.

Returns:



187
188
189
# File 'sig/types.rbs', line 187

def treatments
  @treatments
end