Module: Aws::AppConfig::Client::_StartExperimentRunResponseSuccess
- 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
773 |
# File 'sig/client.rbs', line 773
def application_id: () -> ::String
|
#description ⇒ ::String
776 |
# File 'sig/client.rbs', line 776
def description: () -> ::String
|
#ended_at ⇒ ::Time
783 |
# File 'sig/client.rbs', line 783
def ended_at: () -> ::Time
|
#experiment_definition_id ⇒ ::String
774 |
# File 'sig/client.rbs', line 774
def experiment_definition_id: () -> ::String
|
#experiment_definition_snapshot ⇒ Types::ExperimentDefinitionSnapshot
784 |
# File 'sig/client.rbs', line 784
def experiment_definition_snapshot: () -> Types::ExperimentDefinitionSnapshot
|
#exposure_percentage ⇒ ::Float
778 |
# File 'sig/client.rbs', line 778
def exposure_percentage: () -> ::Float
|
#result ⇒ Types::ExperimentRunResult
780 |
# File 'sig/client.rbs', line 780
def result: () -> Types::ExperimentRunResult
|
#run ⇒ ::Integer
775 |
# File 'sig/client.rbs', line 775
def run: () -> ::Integer
|
#started_at ⇒ ::Time
781 |
# File 'sig/client.rbs', line 781
def started_at: () -> ::Time
|
#status ⇒ "RUNNING", "DONE"
777 |
# File 'sig/client.rbs', line 777
def status: () -> ("RUNNING" | "DONE")
|
#treatment_overrides ⇒ Types::TreatmentOverrides
779 |
# File 'sig/client.rbs', line 779
def treatment_overrides: () -> Types::TreatmentOverrides
|
#updated_at ⇒ ::Time
782 |
# File 'sig/client.rbs', line 782
def updated_at: () -> ::Time
|