Class: Aws::Types::ExperimentRunSummary

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#description ⇒ ::String

Returns the value of attribute description.



480
481
482
# File 'sig/types.rbs', line 480

def description
  @description
end

#ended_at ⇒ ::Time

Returns the value of attribute ended_at.



484
485
486
# File 'sig/types.rbs', line 484

def ended_at
  @ended_at
end

#experiment_definition_id ⇒ ::String

Returns the value of attribute experiment_definition_id.



478
479
480
# File 'sig/types.rbs', line 478

def experiment_definition_id
  @experiment_definition_id
end

#run ⇒ ::Integer

Returns the value of attribute run.



479
480
481
# File 'sig/types.rbs', line 479

def run
  @run
end

#started_at ⇒ ::Time

Returns the value of attribute started_at.



482
483
484
# File 'sig/types.rbs', line 482

def started_at
  @started_at
end

#status ⇒ "RUNNING", "DONE"

Returns the value of attribute status.



481
482
483
# File 'sig/types.rbs', line 481

def status
  @status
end

#updated_at ⇒ ::Time

Returns the value of attribute updated_at.



483
484
485
# File 'sig/types.rbs', line 483

def updated_at
  @updated_at
end