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)


4385
4386
4387
4388
4389
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 4385

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