Module: Aws::AppConfig::Client::_StopExperimentRunResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::ExperimentRun]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#application_id::String

Returns:

  • (::String)


839
# File 'sig/client.rbs', line 839

def application_id: () -> ::String

#description::String

Returns:

  • (::String)


842
# File 'sig/client.rbs', line 842

def description: () -> ::String

#ended_at::Time

Returns:

  • (::Time)


849
# File 'sig/client.rbs', line 849

def ended_at: () -> ::Time

#experiment_definition_id::String

Returns:

  • (::String)


840
# File 'sig/client.rbs', line 840

def experiment_definition_id: () -> ::String

#experiment_definition_snapshotTypes::ExperimentDefinitionSnapshot



850
# File 'sig/client.rbs', line 850

def experiment_definition_snapshot: () -> Types::ExperimentDefinitionSnapshot

#exposure_percentage::Float

Returns:

  • (::Float)


844
# File 'sig/client.rbs', line 844

def exposure_percentage: () -> ::Float

#resultTypes::ExperimentRunResult



846
# File 'sig/client.rbs', line 846

def result: () -> Types::ExperimentRunResult

#run::Integer

Returns:

  • (::Integer)


841
# File 'sig/client.rbs', line 841

def run: () -> ::Integer

#started_at::Time

Returns:

  • (::Time)


847
# File 'sig/client.rbs', line 847

def started_at: () -> ::Time

#status"RUNNING", "DONE"

Returns:

  • ("RUNNING", "DONE")


843
# File 'sig/client.rbs', line 843

def status: () -> ("RUNNING" | "DONE")

#treatment_overridesTypes::TreatmentOverrides



845
# File 'sig/client.rbs', line 845

def treatment_overrides: () -> Types::TreatmentOverrides

#updated_at::Time

Returns:

  • (::Time)


848
# File 'sig/client.rbs', line 848

def updated_at: () -> ::Time