Class: Aws::OpsWorks::Types::RegisterEcsClusterResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::RegisterEcsClusterResult
- 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
-
#ecs_cluster_arn ⇒ String
The cluster's ARN.
Instance Attribute Details
#ecs_cluster_arn ⇒ String
The cluster's ARN.
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 |