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)


5074
5075
5076
5077
5078
5079
5080
5081
5082
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 5074

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

#commandString

The command to run on the container.

Returns:

  • (String)


5074
5075
5076
5077
5078
5079
5080
5081
5082
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 5074

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)


5074
5075
5076
5077
5078
5079
5080
5081
5082
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 5074

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)


5074
5075
5076
5077
5078
5079
5080
5081
5082
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 5074

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)


5074
5075
5076
5077
5078
5079
5080
5081
5082
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 5074

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