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)


3556
3557
3558
# File 'sig/types.rbs', line 3556

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3552
3553
3554
# File 'sig/types.rbs', line 3552

def description
  @description
end

#statusTypes::ResourceStatus

Returns the value of attribute status.



3555
3556
3557
# File 'sig/types.rbs', line 3555

def status
  @status
end

#task_arn::String

Returns the value of attribute task_arn.

Returns:

  • (::String)


3553
3554
3555
# File 'sig/types.rbs', line 3553

def task_arn
  @task_arn
end

#task_name::String

Returns the value of attribute task_name.

Returns:

  • (::String)


3551
3552
3553
# File 'sig/types.rbs', line 3551

def task_name
  @task_name
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


3557
3558
3559
# File 'sig/types.rbs', line 3557

def updated_at
  @updated_at
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


3554
3555
3556
# File 'sig/types.rbs', line 3554

def version
  @version
end