Class: Aws::OpsWorks::Types::EcsCluster
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::EcsCluster
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworks/types.rb
Overview
Describes a registered Amazon ECS cluster.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ecs_cluster_arn ⇒ String
The cluster’s ARN.
-
#ecs_cluster_name ⇒ String
The cluster name.
-
#registered_at ⇒ String
The time and date that the cluster was registered with the stack.
-
#stack_id ⇒ String
The stack ID.
Instance Attribute Details
#ecs_cluster_arn ⇒ String
The cluster’s ARN.
3130 3131 3132 3133 3134 3135 3136 3137 |
# File 'lib/aws-sdk-opsworks/types.rb', line 3130 class EcsCluster < Struct.new( :ecs_cluster_arn, :ecs_cluster_name, :stack_id, :registered_at) SENSITIVE = [] include Aws::Structure end |
#ecs_cluster_name ⇒ String
The cluster name.
3130 3131 3132 3133 3134 3135 3136 3137 |
# File 'lib/aws-sdk-opsworks/types.rb', line 3130 class EcsCluster < Struct.new( :ecs_cluster_arn, :ecs_cluster_name, :stack_id, :registered_at) SENSITIVE = [] include Aws::Structure end |
#registered_at ⇒ String
The time and date that the cluster was registered with the stack.
3130 3131 3132 3133 3134 3135 3136 3137 |
# File 'lib/aws-sdk-opsworks/types.rb', line 3130 class EcsCluster < Struct.new( :ecs_cluster_arn, :ecs_cluster_name, :stack_id, :registered_at) SENSITIVE = [] include Aws::Structure end |
#stack_id ⇒ String
The stack ID.
3130 3131 3132 3133 3134 3135 3136 3137 |
# File 'lib/aws-sdk-opsworks/types.rb', line 3130 class EcsCluster < Struct.new( :ecs_cluster_arn, :ecs_cluster_name, :stack_id, :registered_at) SENSITIVE = [] include Aws::Structure end |