Class: Aws::GuardDuty::Types::EcsClusterDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb

Overview

Contains information about the details of the ECS Cluster.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#active_services_countInteger

The number of services that are running on the cluster in an ACTIVE state.

Returns:

  • (Integer)


2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2691

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

#arnString

The Amazon Resource Name (ARN) that identifies the cluster.

Returns:

  • (String)


2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2691

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

#nameString

The name of the ECS Cluster.

Returns:

  • (String)


2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2691

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_countInteger

The number of container instances registered into the cluster.

Returns:

  • (Integer)


2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2691

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_countInteger

The number of tasks in the cluster that are in the RUNNING state.

Returns:

  • (Integer)


2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2691

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

#statusString

The status of the ECS cluster.

Returns:

  • (String)


2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2691

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

#tagsArray<Types::Tag>

The tags of the ECS Cluster.

Returns:



2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2691

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_detailsTypes::EcsTaskDetails

Contains information about the details of the ECS Task.



2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2691

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