Class: Aws::GuardDuty::Types::EcsClusterDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::EcsClusterDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Contains information about the details of the ECS Cluster.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#active_services_count ⇒ Integer
The number of services that are running on the cluster in an ACTIVE state.
-
#arn ⇒ String
The Amazon Resource Name (ARN) that identifies the cluster.
-
#name ⇒ String
The name of the ECS Cluster.
-
#registered_container_instances_count ⇒ Integer
The number of container instances registered into the cluster.
-
#running_tasks_count ⇒ Integer
The number of tasks in the cluster that are in the RUNNING state.
-
#status ⇒ String
The status of the ECS cluster.
-
#tags ⇒ Array<Types::Tag>
The tags of the ECS Cluster.
-
#task_details ⇒ Types::EcsTaskDetails
Contains information about the details of the ECS Task.
Instance Attribute Details
#active_services_count ⇒ Integer
The number of services that are running on the cluster in an ACTIVE state.
2973 2974 2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 |
# File 'lib/aws-sdk-guardduty/types.rb', line 2973 class EcsClusterDetails < Struct.new( :name, :arn, :status, :active_services_count, :registered_container_instances_count, :running_tasks_count, :tags, :task_details) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The Amazon Resource Name (ARN) that identifies the cluster.
2973 2974 2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 |
# File 'lib/aws-sdk-guardduty/types.rb', line 2973 class EcsClusterDetails < Struct.new( :name, :arn, :status, :active_services_count, :registered_container_instances_count, :running_tasks_count, :tags, :task_details) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the ECS Cluster.
2973 2974 2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 |
# File 'lib/aws-sdk-guardduty/types.rb', line 2973 class EcsClusterDetails < Struct.new( :name, :arn, :status, :active_services_count, :registered_container_instances_count, :running_tasks_count, :tags, :task_details) SENSITIVE = [] include Aws::Structure end |
#registered_container_instances_count ⇒ Integer
The number of container instances registered into the cluster.
2973 2974 2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 |
# File 'lib/aws-sdk-guardduty/types.rb', line 2973 class EcsClusterDetails < Struct.new( :name, :arn, :status, :active_services_count, :registered_container_instances_count, :running_tasks_count, :tags, :task_details) SENSITIVE = [] include Aws::Structure end |
#running_tasks_count ⇒ Integer
The number of tasks in the cluster that are in the RUNNING state.
2973 2974 2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 |
# File 'lib/aws-sdk-guardduty/types.rb', line 2973 class EcsClusterDetails < Struct.new( :name, :arn, :status, :active_services_count, :registered_container_instances_count, :running_tasks_count, :tags, :task_details) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the ECS cluster.
2973 2974 2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 |
# File 'lib/aws-sdk-guardduty/types.rb', line 2973 class EcsClusterDetails < Struct.new( :name, :arn, :status, :active_services_count, :registered_container_instances_count, :running_tasks_count, :tags, :task_details) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags of the ECS Cluster.
2973 2974 2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 |
# File 'lib/aws-sdk-guardduty/types.rb', line 2973 class EcsClusterDetails < Struct.new( :name, :arn, :status, :active_services_count, :registered_container_instances_count, :running_tasks_count, :tags, :task_details) SENSITIVE = [] include Aws::Structure end |
#task_details ⇒ Types::EcsTaskDetails
Contains information about the details of the ECS Task.
2973 2974 2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 |
# File 'lib/aws-sdk-guardduty/types.rb', line 2973 class EcsClusterDetails < Struct.new( :name, :arn, :status, :active_services_count, :registered_container_instances_count, :running_tasks_count, :tags, :task_details) SENSITIVE = [] include Aws::Structure end |