Class: Aws::Types::DescribeTaskOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#completed_at ⇒ ::Time

Returns the value of attribute completed_at.

Returns:

  • (::Time)


123
124
125
# File 'sig/types.rbs', line 123

def completed_at
  @completed_at
end

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


124
125
126
# File 'sig/types.rbs', line 124

def created_at
  @created_at
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


125
126
127
# File 'sig/types.rbs', line 125

def description
  @description
end

#last_updated_at ⇒ ::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


126
127
128
# File 'sig/types.rbs', line 126

def last_updated_at
  @last_updated_at
end

#state ⇒ "IN_PROGRESS", ...

Returns the value of attribute state.

Returns:

  • ("IN_PROGRESS", "CANCELED", "COMPLETED")


127
128
129
# File 'sig/types.rbs', line 127

def state
  @state
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


128
129
130
# File 'sig/types.rbs', line 128

def tags
  @tags
end

#targets ⇒ ::Array[::String]

Returns the value of attribute targets.

Returns:

  • (::Array[::String])


129
130
131
# File 'sig/types.rbs', line 129

def targets
  @targets
end

#task_arn ⇒ ::String

Returns the value of attribute task_arn.

Returns:

  • (::String)


130
131
132
# File 'sig/types.rbs', line 130

def task_arn
  @task_arn
end

#task_id ⇒ ::String

Returns the value of attribute task_id.

Returns:

  • (::String)


131
132
133
# File 'sig/types.rbs', line 131

def task_id
  @task_id
end