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:



2595
2596
2597
# File 'sig/types.rbs', line 2595

def attachments
  @attachments
end

#cluster::String

Returns the value of attribute cluster.

Returns:

  • (::String)


2590
2591
2592
# File 'sig/types.rbs', line 2590

def cluster
  @cluster
end

#containers::Array[Types::ContainerStateChange]

Returns the value of attribute containers.

Returns:



2594
2595
2596
# File 'sig/types.rbs', line 2594

def containers
  @containers
end

#execution_stopped_at::Time

Returns the value of attribute execution_stopped_at.

Returns:

  • (::Time)


2599
2600
2601
# File 'sig/types.rbs', line 2599

def execution_stopped_at
  @execution_stopped_at
end

#managed_agents::Array[Types::ManagedAgentStateChange]

Returns the value of attribute managed_agents.

Returns:



2596
2597
2598
# File 'sig/types.rbs', line 2596

def managed_agents
  @managed_agents
end

#pull_started_at::Time

Returns the value of attribute pull_started_at.

Returns:

  • (::Time)


2597
2598
2599
# File 'sig/types.rbs', line 2597

def pull_started_at
  @pull_started_at
end

#pull_stopped_at::Time

Returns the value of attribute pull_stopped_at.

Returns:

  • (::Time)


2598
2599
2600
# File 'sig/types.rbs', line 2598

def pull_stopped_at
  @pull_stopped_at
end

#reason::String

Returns the value of attribute reason.

Returns:

  • (::String)


2593
2594
2595
# File 'sig/types.rbs', line 2593

def reason
  @reason
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


2592
2593
2594
# File 'sig/types.rbs', line 2592

def status
  @status
end

#task::String

Returns the value of attribute task.

Returns:

  • (::String)


2591
2592
2593
# File 'sig/types.rbs', line 2591

def task
  @task
end