Class: Aws::Types::UpdatedSessionActionInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:progress_message])

Instance Attribute Summary collapse

Instance Attribute Details

#completed_status"SUCCEEDED", ...

Returns the value of attribute completed_status.

Returns:

  • ("SUCCEEDED", "FAILED", "INTERRUPTED", "CANCELED", "NEVER_ATTEMPTED")


3388
3389
3390
# File 'sig/types.rbs', line 3388

def completed_status
  @completed_status
end

#ended_at::Time

Returns the value of attribute ended_at.

Returns:

  • (::Time)


3392
3393
3394
# File 'sig/types.rbs', line 3392

def ended_at
  @ended_at
end

#manifests::Array[Types::TaskRunManifestPropertiesRequest]

Returns the value of attribute manifests.



3395
3396
3397
# File 'sig/types.rbs', line 3395

def manifests
  @manifests
end

#process_exit_code::Integer

Returns the value of attribute process_exit_code.

Returns:

  • (::Integer)


3389
3390
3391
# File 'sig/types.rbs', line 3389

def process_exit_code
  @process_exit_code
end

#progress_message::String

Returns the value of attribute progress_message.

Returns:

  • (::String)


3390
3391
3392
# File 'sig/types.rbs', line 3390

def progress_message
  @progress_message
end

#progress_percent::Float

Returns the value of attribute progress_percent.

Returns:

  • (::Float)


3394
3395
3396
# File 'sig/types.rbs', line 3394

def progress_percent
  @progress_percent
end

#started_at::Time

Returns the value of attribute started_at.

Returns:

  • (::Time)


3391
3392
3393
# File 'sig/types.rbs', line 3391

def started_at
  @started_at
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


3393
3394
3395
# File 'sig/types.rbs', line 3393

def updated_at
  @updated_at
end