Class: Aws::ECS::Types::ExecuteCommandResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arnString

The Amazon Resource Name (ARN) of the cluster.

Returns:

  • (String)


4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
# File 'lib/aws-sdk-ecs/types.rb', line 4914

class ExecuteCommandResponse < Struct.new(
  :cluster_arn,
  :container_arn,
  :container_name,
  :interactive,
  :session,
  :task_arn)
  SENSITIVE = []
  include Aws::Structure
end

#container_arnString

The Amazon Resource Name (ARN) of the container.

Returns:

  • (String)


4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
# File 'lib/aws-sdk-ecs/types.rb', line 4914

class ExecuteCommandResponse < Struct.new(
  :cluster_arn,
  :container_arn,
  :container_name,
  :interactive,
  :session,
  :task_arn)
  SENSITIVE = []
  include Aws::Structure
end

#container_nameString

The name of the container.

Returns:

  • (String)


4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
# File 'lib/aws-sdk-ecs/types.rb', line 4914

class ExecuteCommandResponse < Struct.new(
  :cluster_arn,
  :container_arn,
  :container_name,
  :interactive,
  :session,
  :task_arn)
  SENSITIVE = []
  include Aws::Structure
end

#interactiveBoolean

Determines whether the execute command session is running in interactive mode. Amazon ECS only supports initiating interactive sessions, so you must specify ‘true` for this value.

Returns:

  • (Boolean)


4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
# File 'lib/aws-sdk-ecs/types.rb', line 4914

class ExecuteCommandResponse < Struct.new(
  :cluster_arn,
  :container_arn,
  :container_name,
  :interactive,
  :session,
  :task_arn)
  SENSITIVE = []
  include Aws::Structure
end

#sessionTypes::Session

The details of the SSM session that was created for this instance of execute-command.

Returns:



4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
# File 'lib/aws-sdk-ecs/types.rb', line 4914

class ExecuteCommandResponse < Struct.new(
  :cluster_arn,
  :container_arn,
  :container_name,
  :interactive,
  :session,
  :task_arn)
  SENSITIVE = []
  include Aws::Structure
end

#task_arnString

The Amazon Resource Name (ARN) of the task.

Returns:

  • (String)


4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
# File 'lib/aws-sdk-ecs/types.rb', line 4914

class ExecuteCommandResponse < Struct.new(
  :cluster_arn,
  :container_arn,
  :container_name,
  :interactive,
  :session,
  :task_arn)
  SENSITIVE = []
  include Aws::Structure
end