Class: Aws::OpsWorks::Types::RegisterEcsClusterResult

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

Overview

Contains the response to a RegisterEcsCluster request.

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
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 4370

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