Module: Aws::AppConfig::Client::_UpdateExperimentRunResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ExperimentRun]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #application_id ⇒ ::String
- #description ⇒ ::String
- #ended_at ⇒ ::Time
- #experiment_definition_id ⇒ ::String
- #experiment_definition_snapshot ⇒ Types::ExperimentDefinitionSnapshot
- #exposure_percentage ⇒ ::Float
- #result ⇒ Types::ExperimentRunResult
- #run ⇒ ::Integer
- #started_at ⇒ ::Time
- #status ⇒ "RUNNING", "DONE"
- #treatment_overrides ⇒ Types::TreatmentOverrides
- #updated_at ⇒ ::Time
Instance Method Details
#application_id ⇒ ::String
1026 |
# File 'sig/client.rbs', line 1026
def application_id: () -> ::String
|
#description ⇒ ::String
1029 |
# File 'sig/client.rbs', line 1029
def description: () -> ::String
|
#ended_at ⇒ ::Time
1036 |
# File 'sig/client.rbs', line 1036
def ended_at: () -> ::Time
|
#experiment_definition_id ⇒ ::String
1027 |
# File 'sig/client.rbs', line 1027
def experiment_definition_id: () -> ::String
|
#experiment_definition_snapshot ⇒ Types::ExperimentDefinitionSnapshot
1037 |
# File 'sig/client.rbs', line 1037
def experiment_definition_snapshot: () -> Types::ExperimentDefinitionSnapshot
|
#exposure_percentage ⇒ ::Float
1031 |
# File 'sig/client.rbs', line 1031
def exposure_percentage: () -> ::Float
|
#result ⇒ Types::ExperimentRunResult
1033 |
# File 'sig/client.rbs', line 1033
def result: () -> Types::ExperimentRunResult
|
#run ⇒ ::Integer
1028 |
# File 'sig/client.rbs', line 1028
def run: () -> ::Integer
|
#started_at ⇒ ::Time
1034 |
# File 'sig/client.rbs', line 1034
def started_at: () -> ::Time
|
#status ⇒ "RUNNING", "DONE"
1030 |
# File 'sig/client.rbs', line 1030
def status: () -> ("RUNNING" | "DONE")
|
#treatment_overrides ⇒ Types::TreatmentOverrides
1032 |
# File 'sig/client.rbs', line 1032
def treatment_overrides: () -> Types::TreatmentOverrides
|
#updated_at ⇒ ::Time
1035 |
# File 'sig/client.rbs', line 1035
def updated_at: () -> ::Time
|