Class: Aws::OpsWorks::Types::RegisterEcsClusterRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::RegisterEcsClusterRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ecs_cluster_arn ⇒ String
The cluster’s ARN.
-
#stack_id ⇒ String
The stack ID.
Instance Attribute Details
#ecs_cluster_arn ⇒ String
The cluster’s ARN.
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_id ⇒ String
The stack ID.
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 |