Class: Aws::OpsWorks::Types::DeregisterEcsClusterRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::DeregisterEcsClusterRequest
- 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 Amazon Resource Number (ARN).
Instance Attribute Details
#ecs_cluster_arn ⇒ String
The cluster’s Amazon Resource Number (ARN).
2189 2190 2191 2192 2193 |
# File 'lib/aws-sdk-opsworks/types.rb', line 2189 class DeregisterEcsClusterRequest < Struct.new( :ecs_cluster_arn) SENSITIVE = [] include Aws::Structure end |