Module: Aws::AppConfig::Client::_GetExperimentDefinitionResponseSuccess
- 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
469 |
# File 'sig/client.rbs', line 469
def application_id: () -> ::String
|
#audience_description ⇒ ::String
478 |
# File 'sig/client.rbs', line 478
def audience_description: () -> ::String
|
#audience_rule ⇒ ::String
477 |
# File 'sig/client.rbs', line 477
def audience_rule: () -> ::String
|
#configuration_profile_id ⇒ ::String
474 |
# File 'sig/client.rbs', line 474
def configuration_profile_id: () -> ::String
|
#control ⇒ Types::Treatment
481 |
# File 'sig/client.rbs', line 481
def control: () -> Types::Treatment
|
#created_at ⇒ ::Time
482 |
# File 'sig/client.rbs', line 482
def created_at: () -> ::Time
|
#environment_id ⇒ ::String
475 |
# File 'sig/client.rbs', line 475
def environment_id: () -> ::String
|
#flag_key ⇒ ::String
476 |
# File 'sig/client.rbs', line 476
def flag_key: () -> ::String
|
#hypothesis ⇒ ::String
472 |
# File 'sig/client.rbs', line 472
def hypothesis: () -> ::String
|
#id ⇒ ::String
470 |
# File 'sig/client.rbs', line 470
def id: () -> ::String
|
#kms_key_identifier ⇒ ::String
484 |
# File 'sig/client.rbs', line 484
def kms_key_identifier: () -> ::String
|
#launch_criteria ⇒ ::String
479 |
# File 'sig/client.rbs', line 479
def launch_criteria: () -> ::String
|
#name ⇒ ::String
471 |
# File 'sig/client.rbs', line 471
def name: () -> ::String
|
#status ⇒ "ACTIVE", ...
473 |
# File 'sig/client.rbs', line 473
def status: () -> ("ACTIVE" | "IDLE" | "ARCHIVED")
|
#treatments ⇒ ::Array[Types::Treatment]
480 |
# File 'sig/client.rbs', line 480
def treatments: () -> ::Array[Types::Treatment]
|
#updated_at ⇒ ::Time
483 |
# File 'sig/client.rbs', line 483
def updated_at: () -> ::Time
|