Class: Aws::Types::SubmitTaskStateChangeRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attachments::Array[Types::AttachmentStateChange]

Returns the value of attribute attachments.

Returns:



2579
2580
2581
# File 'sig/types.rbs', line 2579

def attachments
  @attachments
end

#cluster::String

Returns the value of attribute cluster.

Returns:

  • (::String)


2574
2575
2576
# File 'sig/types.rbs', line 2574

def cluster
  @cluster
end

#containers::Array[Types::ContainerStateChange]

Returns the value of attribute containers.

Returns:



2578
2579
2580
# File 'sig/types.rbs', line 2578

def containers
  @containers
end

#execution_stopped_at::Time

Returns the value of attribute execution_stopped_at.

Returns:

  • (::Time)


2583
2584
2585
# File 'sig/types.rbs', line 2583

def execution_stopped_at
  @execution_stopped_at
end

#managed_agents::Array[Types::ManagedAgentStateChange]

Returns the value of attribute managed_agents.

Returns:



2580
2581
2582
# File 'sig/types.rbs', line 2580

def managed_agents
  @managed_agents
end

#pull_started_at::Time

Returns the value of attribute pull_started_at.

Returns:

  • (::Time)


2581
2582
2583
# File 'sig/types.rbs', line 2581

def pull_started_at
  @pull_started_at
end

#pull_stopped_at::Time

Returns the value of attribute pull_stopped_at.

Returns:

  • (::Time)


2582
2583
2584
# File 'sig/types.rbs', line 2582

def pull_stopped_at
  @pull_stopped_at
end

#reason::String

Returns the value of attribute reason.

Returns:

  • (::String)


2577
2578
2579
# File 'sig/types.rbs', line 2577

def reason
  @reason
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


2576
2577
2578
# File 'sig/types.rbs', line 2576

def status
  @status
end

#task::String

Returns the value of attribute task.

Returns:

  • (::String)


2575
2576
2577
# File 'sig/types.rbs', line 2575

def task
  @task
end