Class: Aws::Types::CreateExperimentDefinitionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateExperimentDefinitionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_identifier ⇒ ::String
Returns the value of attribute application_identifier.
-
#audience_description ⇒ ::String
Returns the value of attribute audience_description.
-
#audience_rule ⇒ ::String
Returns the value of attribute audience_rule.
-
#configuration_profile_identifier ⇒ ::String
Returns the value of attribute configuration_profile_identifier.
-
#control ⇒ Types::TreatmentInput
Returns the value of attribute control.
-
#environment_identifier ⇒ ::String
Returns the value of attribute environment_identifier.
-
#flag_key ⇒ ::String
Returns the value of attribute flag_key.
-
#hypothesis ⇒ ::String
Returns the value of attribute hypothesis.
-
#launch_criteria ⇒ ::String
Returns the value of attribute launch_criteria.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#treatments ⇒ ::Array[Types::TreatmentInput]
Returns the value of attribute treatments.
Instance Attribute Details
#application_identifier ⇒ ::String
Returns the value of attribute application_identifier.
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.
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.
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.
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.
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.
186 187 188 |
# File 'sig/types.rbs', line 186 def flag_key @flag_key end |
#hypothesis ⇒ ::String
Returns the value of attribute hypothesis.
190 191 192 |
# File 'sig/types.rbs', line 190 def hypothesis @hypothesis end |
#launch_criteria ⇒ ::String
Returns the value of attribute launch_criteria.
192 193 194 |
# File 'sig/types.rbs', line 192 def launch_criteria @launch_criteria end |
#name ⇒ ::String
Returns the value of attribute name.
183 184 185 |
# File 'sig/types.rbs', line 183 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
193 194 195 |
# File 'sig/types.rbs', line 193 def @tags end |
#treatments ⇒ ::Array[Types::TreatmentInput]
Returns the value of attribute treatments.
187 188 189 |
# File 'sig/types.rbs', line 187 def treatments @treatments end |