Module: Aws::AppConfig::Client::_CreateExperimentDefinitionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ExperimentDefinition]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #application_id ⇒ ::String
- #audience_description ⇒ ::String
- #audience_rule ⇒ ::String
- #configuration_profile_id ⇒ ::String
- #control ⇒ Types::Treatment
- #created_at ⇒ ::Time
- #environment_id ⇒ ::String
- #flag_key ⇒ ::String
- #hypothesis ⇒ ::String
- #id ⇒ ::String
- #kms_key_identifier ⇒ ::String
- #launch_criteria ⇒ ::String
- #name ⇒ ::String
- #status ⇒ "ACTIVE", ...
- #treatments ⇒ ::Array[Types::Treatment]
- #updated_at ⇒ ::Time
Instance Method Details
#application_id ⇒ ::String
177 |
# File 'sig/client.rbs', line 177
def application_id: () -> ::String
|
#audience_description ⇒ ::String
186 |
# File 'sig/client.rbs', line 186
def audience_description: () -> ::String
|
#audience_rule ⇒ ::String
185 |
# File 'sig/client.rbs', line 185
def audience_rule: () -> ::String
|
#configuration_profile_id ⇒ ::String
182 |
# File 'sig/client.rbs', line 182
def configuration_profile_id: () -> ::String
|
#control ⇒ Types::Treatment
189 |
# File 'sig/client.rbs', line 189
def control: () -> Types::Treatment
|
#created_at ⇒ ::Time
190 |
# File 'sig/client.rbs', line 190
def created_at: () -> ::Time
|
#environment_id ⇒ ::String
183 |
# File 'sig/client.rbs', line 183
def environment_id: () -> ::String
|
#flag_key ⇒ ::String
184 |
# File 'sig/client.rbs', line 184
def flag_key: () -> ::String
|
#hypothesis ⇒ ::String
180 |
# File 'sig/client.rbs', line 180
def hypothesis: () -> ::String
|
#id ⇒ ::String
178 |
# File 'sig/client.rbs', line 178
def id: () -> ::String
|
#kms_key_identifier ⇒ ::String
192 |
# File 'sig/client.rbs', line 192
def kms_key_identifier: () -> ::String
|
#launch_criteria ⇒ ::String
187 |
# File 'sig/client.rbs', line 187
def launch_criteria: () -> ::String
|
#name ⇒ ::String
179 |
# File 'sig/client.rbs', line 179
def name: () -> ::String
|
#status ⇒ "ACTIVE", ...
181 |
# File 'sig/client.rbs', line 181
def status: () -> ("ACTIVE" | "IDLE" | "ARCHIVED")
|
#treatments ⇒ ::Array[Types::Treatment]
188 |
# File 'sig/client.rbs', line 188
def treatments: () -> ::Array[Types::Treatment]
|
#updated_at ⇒ ::Time
191 |
# File 'sig/client.rbs', line 191
def updated_at: () -> ::Time
|