Class: Aws::Types::TaskObject

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attempt_id::String

Returns the value of attribute attempt_id.

Returns:

  • (::String)


317
318
319
# File 'sig/types.rbs', line 317

def attempt_id
  @attempt_id
end

#objects::Hash[::String, Types::PipelineObject]

Returns the value of attribute objects.

Returns:



318
319
320
# File 'sig/types.rbs', line 318

def objects
  @objects
end

#pipeline_id::String

Returns the value of attribute pipeline_id.

Returns:

  • (::String)


316
317
318
# File 'sig/types.rbs', line 316

def pipeline_id
  @pipeline_id
end

#task_id::String

Returns the value of attribute task_id.

Returns:

  • (::String)


315
316
317
# File 'sig/types.rbs', line 315

def task_id
  @task_id
end