Class: Aws::Types::TaskSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


3515
3516
3517
# File 'sig/types.rbs', line 3515

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3511
3512
3513
# File 'sig/types.rbs', line 3511

def description
  @description
end

#statusTypes::ResourceStatus

Returns the value of attribute status.



3514
3515
3516
# File 'sig/types.rbs', line 3514

def status
  @status
end

#task_arn::String

Returns the value of attribute task_arn.

Returns:

  • (::String)


3512
3513
3514
# File 'sig/types.rbs', line 3512

def task_arn
  @task_arn
end

#task_name::String

Returns the value of attribute task_name.

Returns:

  • (::String)


3510
3511
3512
# File 'sig/types.rbs', line 3510

def task_name
  @task_name
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


3516
3517
3518
# File 'sig/types.rbs', line 3516

def updated_at
  @updated_at
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


3513
3514
3515
# File 'sig/types.rbs', line 3513

def version
  @version
end