Module: Aws::AppConfig::Client::_StopExperimentRunResponseSuccess
- 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
839 |
# File 'sig/client.rbs', line 839
def application_id: () -> ::String
|
#description ⇒ ::String
842 |
# File 'sig/client.rbs', line 842
def description: () -> ::String
|
#ended_at ⇒ ::Time
849 |
# File 'sig/client.rbs', line 849
def ended_at: () -> ::Time
|
#experiment_definition_id ⇒ ::String
840 |
# File 'sig/client.rbs', line 840
def experiment_definition_id: () -> ::String
|
#experiment_definition_snapshot ⇒ Types::ExperimentDefinitionSnapshot
850 |
# File 'sig/client.rbs', line 850
def experiment_definition_snapshot: () -> Types::ExperimentDefinitionSnapshot
|
#exposure_percentage ⇒ ::Float
844 |
# File 'sig/client.rbs', line 844
def exposure_percentage: () -> ::Float
|
#result ⇒ Types::ExperimentRunResult
846 |
# File 'sig/client.rbs', line 846
def result: () -> Types::ExperimentRunResult
|
#run ⇒ ::Integer
841 |
# File 'sig/client.rbs', line 841
def run: () -> ::Integer
|
#started_at ⇒ ::Time
847 |
# File 'sig/client.rbs', line 847
def started_at: () -> ::Time
|
#status ⇒ "RUNNING", "DONE"
843 |
# File 'sig/client.rbs', line 843
def status: () -> ("RUNNING" | "DONE")
|
#treatment_overrides ⇒ Types::TreatmentOverrides
845 |
# File 'sig/client.rbs', line 845
def treatment_overrides: () -> Types::TreatmentOverrides
|
#updated_at ⇒ ::Time
848 |
# File 'sig/client.rbs', line 848
def updated_at: () -> ::Time
|