Class: Aws::OpsWorks::Types::RegisterEcsClusterResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::RegisterEcsClusterResult
- Includes:
- Structure
- Defined in:
- 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 'lib/aws-sdk-opsworks/types.rb', line 4385 class RegisterEcsClusterResult < Struct.new( :ecs_cluster_arn) SENSITIVE = [] include Aws::Structure end |