Class: Aws::ECS::Types::ExecuteCommandRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#clusterString

The Amazon Resource Name (ARN) or short name of the cluster the task is running in. If you do not specify a cluster, the default cluster is assumed.

Returns:

  • (String)


4875
4876
4877
4878
4879
4880
4881
4882
4883
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 4875

class ExecuteCommandRequest < Struct.new(
  :cluster,
  :container,
  :command,
  :interactive,
  :task)
  SENSITIVE = []
  include Aws::Structure
end

#commandString

The command to run on the container.

Returns:

  • (String)


4875
4876
4877
4878
4879
4880
4881
4882
4883
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 4875

class ExecuteCommandRequest < Struct.new(
  :cluster,
  :container,
  :command,
  :interactive,
  :task)
  SENSITIVE = []
  include Aws::Structure
end

#containerString

The name of the container to execute the command on. A container name only needs to be specified for tasks containing multiple containers.

Returns:

  • (String)


4875
4876
4877
4878
4879
4880
4881
4882
4883
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 4875

class ExecuteCommandRequest < Struct.new(
  :cluster,
  :container,
  :command,
  :interactive,
  :task)
  SENSITIVE = []
  include Aws::Structure
end

#interactiveBoolean

Use this flag to run your command in interactive mode.

Returns:

  • (Boolean)


4875
4876
4877
4878
4879
4880
4881
4882
4883
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 4875

class ExecuteCommandRequest < Struct.new(
  :cluster,
  :container,
  :command,
  :interactive,
  :task)
  SENSITIVE = []
  include Aws::Structure
end

#taskString

The Amazon Resource Name (ARN) or ID of the task the container is part of.

Returns:

  • (String)


4875
4876
4877
4878
4879
4880
4881
4882
4883
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 4875

class ExecuteCommandRequest < Struct.new(
  :cluster,
  :container,
  :command,
  :interactive,
  :task)
  SENSITIVE = []
  include Aws::Structure
end