Class: Aws::Types::ExperimentRun

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_id ⇒ ::String

Returns the value of attribute application_id.

Returns:

  • (::String)


438
439
440
# File 'sig/types.rbs', line 438

def application_id
  @application_id
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


441
442
443
# File 'sig/types.rbs', line 441

def description
  @description
end

#ended_at ⇒ ::Time

Returns the value of attribute ended_at.

Returns:

  • (::Time)


448
449
450
# File 'sig/types.rbs', line 448

def ended_at
  @ended_at
end

#experiment_definition_id ⇒ ::String

Returns the value of attribute experiment_definition_id.

Returns:

  • (::String)


439
440
441
# File 'sig/types.rbs', line 439

def experiment_definition_id
  @experiment_definition_id
end

#experiment_definition_snapshot ⇒ Types::ExperimentDefinitionSnapshot

Returns the value of attribute experiment_definition_snapshot.



449
450
451
# File 'sig/types.rbs', line 449

def experiment_definition_snapshot
  @experiment_definition_snapshot
end

#exposure_percentage ⇒ ::Float

Returns the value of attribute exposure_percentage.

Returns:

  • (::Float)


443
444
445
# File 'sig/types.rbs', line 443

def exposure_percentage
  @exposure_percentage
end

#result ⇒ Types::ExperimentRunResult

Returns the value of attribute result.



445
446
447
# File 'sig/types.rbs', line 445

def result
  @result
end

#run ⇒ ::Integer

Returns the value of attribute run.

Returns:

  • (::Integer)


440
441
442
# File 'sig/types.rbs', line 440

def run
  @run
end

#started_at ⇒ ::Time

Returns the value of attribute started_at.

Returns:

  • (::Time)


446
447
448
# File 'sig/types.rbs', line 446

def started_at
  @started_at
end

#status ⇒ "RUNNING", "DONE"

Returns the value of attribute status.

Returns:

  • ("RUNNING", "DONE")


442
443
444
# File 'sig/types.rbs', line 442

def status
  @status
end

#treatment_overrides ⇒ Types::TreatmentOverrides

Returns the value of attribute treatment_overrides.



444
445
446
# File 'sig/types.rbs', line 444

def treatment_overrides
  @treatment_overrides
end

#updated_at ⇒ ::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


447
448
449
# File 'sig/types.rbs', line 447

def updated_at
  @updated_at
end