Class: Aws::OpsWorks::Types::RegisterEcsClusterRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ecs_cluster_arnString

The cluster’s ARN.

Returns:

  • (String)


4370
4371
4372
4373
4374
4375
# File 'lib/aws-sdk-opsworks/types.rb', line 4370

class RegisterEcsClusterRequest < Struct.new(
  :ecs_cluster_arn,
  :stack_id)
  SENSITIVE = []
  include Aws::Structure
end

#stack_idString

The stack ID.

Returns:

  • (String)


4370
4371
4372
4373
4374
4375
# File 'lib/aws-sdk-opsworks/types.rb', line 4370

class RegisterEcsClusterRequest < Struct.new(
  :ecs_cluster_arn,
  :stack_id)
  SENSITIVE = []
  include Aws::Structure
end