Module: Aws::AppConfig::Client::_UpdateExperimentRunResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#application_id::String

Returns:

  • (::String)


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

def application_id: () -> ::String

#description::String

Returns:

  • (::String)


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

def description: () -> ::String

#ended_at::Time

Returns:

  • (::Time)


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

def ended_at: () -> ::Time

#experiment_definition_id::String

Returns:

  • (::String)


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

def experiment_definition_id: () -> ::String

#experiment_definition_snapshotTypes::ExperimentDefinitionSnapshot



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

def experiment_definition_snapshot: () -> Types::ExperimentDefinitionSnapshot

#exposure_percentage::Float

Returns:

  • (::Float)


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

def exposure_percentage: () -> ::Float

#resultTypes::ExperimentRunResult



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

def result: () -> Types::ExperimentRunResult

#run::Integer

Returns:

  • (::Integer)


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

def run: () -> ::Integer

#started_at::Time

Returns:

  • (::Time)


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

def started_at: () -> ::Time

#status"RUNNING", "DONE"

Returns:

  • ("RUNNING", "DONE")


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

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

#treatment_overridesTypes::TreatmentOverrides



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

def treatment_overrides: () -> Types::TreatmentOverrides

#updated_at::Time

Returns:

  • (::Time)


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

def updated_at: () -> ::Time