Module: Aws::AppConfig::Client::_UpdateExperimentDefinitionResponseSuccess
- 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
992 |
# File 'sig/client.rbs', line 992
def application_id: () -> ::String
|
#audience_description ⇒ ::String
1001 |
# File 'sig/client.rbs', line 1001
def audience_description: () -> ::String
|
#audience_rule ⇒ ::String
1000 |
# File 'sig/client.rbs', line 1000
def audience_rule: () -> ::String
|
#configuration_profile_id ⇒ ::String
997 |
# File 'sig/client.rbs', line 997
def configuration_profile_id: () -> ::String
|
#control ⇒ Types::Treatment
1004 |
# File 'sig/client.rbs', line 1004
def control: () -> Types::Treatment
|
#created_at ⇒ ::Time
1005 |
# File 'sig/client.rbs', line 1005
def created_at: () -> ::Time
|
#environment_id ⇒ ::String
998 |
# File 'sig/client.rbs', line 998
def environment_id: () -> ::String
|
#flag_key ⇒ ::String
999 |
# File 'sig/client.rbs', line 999
def flag_key: () -> ::String
|
#hypothesis ⇒ ::String
995 |
# File 'sig/client.rbs', line 995
def hypothesis: () -> ::String
|
#id ⇒ ::String
993 |
# File 'sig/client.rbs', line 993
def id: () -> ::String
|
#kms_key_identifier ⇒ ::String
1007 |
# File 'sig/client.rbs', line 1007
def kms_key_identifier: () -> ::String
|
#launch_criteria ⇒ ::String
1002 |
# File 'sig/client.rbs', line 1002
def launch_criteria: () -> ::String
|
#name ⇒ ::String
994 |
# File 'sig/client.rbs', line 994
def name: () -> ::String
|
#status ⇒ "ACTIVE", ...
996 |
# File 'sig/client.rbs', line 996
def status: () -> ("ACTIVE" | "IDLE" | "ARCHIVED")
|
#treatments ⇒ ::Array[Types::Treatment]
1003 |
# File 'sig/client.rbs', line 1003
def treatments: () -> ::Array[Types::Treatment]
|
#updated_at ⇒ ::Time
1006 |
# File 'sig/client.rbs', line 1006
def updated_at: () -> ::Time
|