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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#active_services_countInteger

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

Returns:

  • (Integer)


2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
# File 'lib/aws-sdk-guardduty/types.rb', line 2420

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)


2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
# File 'lib/aws-sdk-guardduty/types.rb', line 2420

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)


2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
# File 'lib/aws-sdk-guardduty/types.rb', line 2420

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)


2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
# File 'lib/aws-sdk-guardduty/types.rb', line 2420

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)


2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
# File 'lib/aws-sdk-guardduty/types.rb', line 2420

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)


2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
# File 'lib/aws-sdk-guardduty/types.rb', line 2420

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:



2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
# File 'lib/aws-sdk-guardduty/types.rb', line 2420

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.



2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
# File 'lib/aws-sdk-guardduty/types.rb', line 2420

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