Module: Aws::AppConfig::Client::_StartExperimentRunResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#application_id::String

Returns:

  • (::String)


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

def application_id: () -> ::String

#description::String

Returns:

  • (::String)


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

def description: () -> ::String

#ended_at::Time

Returns:

  • (::Time)


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

def ended_at: () -> ::Time

#experiment_definition_id::String

Returns:

  • (::String)


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

def experiment_definition_id: () -> ::String

#experiment_definition_snapshotTypes::ExperimentDefinitionSnapshot



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

def experiment_definition_snapshot: () -> Types::ExperimentDefinitionSnapshot

#exposure_percentage::Float

Returns:

  • (::Float)


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

def exposure_percentage: () -> ::Float

#resultTypes::ExperimentRunResult



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

def result: () -> Types::ExperimentRunResult

#run::Integer

Returns:

  • (::Integer)


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

def run: () -> ::Integer

#started_at::Time

Returns:

  • (::Time)


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

def started_at: () -> ::Time

#status"RUNNING", "DONE"

Returns:

  • ("RUNNING", "DONE")


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

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

#treatment_overridesTypes::TreatmentOverrides



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

def treatment_overrides: () -> Types::TreatmentOverrides

#updated_at::Time

Returns:

  • (::Time)


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

def updated_at: () -> ::Time