Module: Aws::AppConfig::Client::_GetExperimentRunResponseSuccess
- 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
495 |
# File 'sig/client.rbs', line 495
def application_id: () -> ::String
|
#description ⇒ ::String
498 |
# File 'sig/client.rbs', line 498
def description: () -> ::String
|
#ended_at ⇒ ::Time
505 |
# File 'sig/client.rbs', line 505
def ended_at: () -> ::Time
|
#experiment_definition_id ⇒ ::String
496 |
# File 'sig/client.rbs', line 496
def experiment_definition_id: () -> ::String
|
#experiment_definition_snapshot ⇒ Types::ExperimentDefinitionSnapshot
506 |
# File 'sig/client.rbs', line 506
def experiment_definition_snapshot: () -> Types::ExperimentDefinitionSnapshot
|
#exposure_percentage ⇒ ::Float
500 |
# File 'sig/client.rbs', line 500
def exposure_percentage: () -> ::Float
|
#result ⇒ Types::ExperimentRunResult
502 |
# File 'sig/client.rbs', line 502
def result: () -> Types::ExperimentRunResult
|
#run ⇒ ::Integer
497 |
# File 'sig/client.rbs', line 497
def run: () -> ::Integer
|
#started_at ⇒ ::Time
503 |
# File 'sig/client.rbs', line 503
def started_at: () -> ::Time
|
#status ⇒ "RUNNING", "DONE"
499 |
# File 'sig/client.rbs', line 499
def status: () -> ("RUNNING" | "DONE")
|
#treatment_overrides ⇒ Types::TreatmentOverrides
501 |
# File 'sig/client.rbs', line 501
def treatment_overrides: () -> Types::TreatmentOverrides
|
#updated_at ⇒ ::Time
504 |
# File 'sig/client.rbs', line 504
def updated_at: () -> ::Time
|