Class: Aws::Types::SessionActionSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#definitionTypes::SessionActionDefinitionSummary

Returns the value of attribute definition.



2825
2826
2827
# File 'sig/types.rbs', line 2825

def definition
  @definition
end

#ended_at::Time

Returns the value of attribute ended_at.

Returns:

  • (::Time)


2821
2822
2823
# File 'sig/types.rbs', line 2821

def ended_at
  @ended_at
end

#manifests::Array[Types::TaskRunManifestPropertiesResponse]

Returns the value of attribute manifests.



2824
2825
2826
# File 'sig/types.rbs', line 2824

def manifests
  @manifests
end

#progress_percent::Float

Returns the value of attribute progress_percent.

Returns:

  • (::Float)


2823
2824
2825
# File 'sig/types.rbs', line 2823

def progress_percent
  @progress_percent
end

#session_action_id::String

Returns the value of attribute session_action_id.

Returns:

  • (::String)


2818
2819
2820
# File 'sig/types.rbs', line 2818

def session_action_id
  @session_action_id
end

#started_at::Time

Returns the value of attribute started_at.

Returns:

  • (::Time)


2820
2821
2822
# File 'sig/types.rbs', line 2820

def started_at
  @started_at
end

#status"ASSIGNED", ...

Returns the value of attribute status.

Returns:

  • ("ASSIGNED", "RUNNING", "CANCELING", "SUCCEEDED", "FAILED", "INTERRUPTED", "CANCELED", "NEVER_ATTEMPTED", "SCHEDULED", "RECLAIMING", "RECLAIMED")


2819
2820
2821
# File 'sig/types.rbs', line 2819

def status
  @status
end

#worker_updated_at::Time

Returns the value of attribute worker_updated_at.

Returns:

  • (::Time)


2822
2823
2824
# File 'sig/types.rbs', line 2822

def worker_updated_at
  @worker_updated_at
end