Class: Aws::Types::GetSessionActionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:progress_message])

Instance Attribute Summary collapse

Instance Attribute Details

#acquired_limits::Array[Types::AcquiredLimit]

Returns the value of attribute acquired_limits.

Returns:



1542
1543
1544
# File 'sig/types.rbs', line 1542

def acquired_limits
  @acquired_limits
end

#definitionTypes::SessionActionDefinition

Returns the value of attribute definition.



1543
1544
1545
# File 'sig/types.rbs', line 1543

def definition
  @definition
end

#ended_at::Time

Returns the value of attribute ended_at.

Returns:

  • (::Time)


1535
1536
1537
# File 'sig/types.rbs', line 1535

def ended_at
  @ended_at
end

#manifests::Array[Types::TaskRunManifestPropertiesResponse]

Returns the value of attribute manifests.



1538
1539
1540
# File 'sig/types.rbs', line 1538

def manifests
  @manifests
end

#process_exit_code::Integer

Returns the value of attribute process_exit_code.

Returns:

  • (::Integer)


1540
1541
1542
# File 'sig/types.rbs', line 1540

def process_exit_code
  @process_exit_code
end

#progress_message::String

Returns the value of attribute progress_message.

Returns:

  • (::String)


1541
1542
1543
# File 'sig/types.rbs', line 1541

def progress_message
  @progress_message
end

#progress_percent::Float

Returns the value of attribute progress_percent.

Returns:

  • (::Float)


1537
1538
1539
# File 'sig/types.rbs', line 1537

def progress_percent
  @progress_percent
end

#session_action_id::String

Returns the value of attribute session_action_id.

Returns:

  • (::String)


1532
1533
1534
# File 'sig/types.rbs', line 1532

def session_action_id
  @session_action_id
end

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


1539
1540
1541
# File 'sig/types.rbs', line 1539

def session_id
  @session_id
end

#started_at::Time

Returns the value of attribute started_at.

Returns:

  • (::Time)


1534
1535
1536
# File 'sig/types.rbs', line 1534

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")


1533
1534
1535
# File 'sig/types.rbs', line 1533

def status
  @status
end

#worker_updated_at::Time

Returns the value of attribute worker_updated_at.

Returns:

  • (::Time)


1536
1537
1538
# File 'sig/types.rbs', line 1536

def worker_updated_at
  @worker_updated_at
end