Class: Aws::GuardDuty::Types::CoverageEcsClusterDetails

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

Overview

Contains information about Amazon ECS cluster runtime coverage details.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_name ⇒ String

The name of the Amazon ECS cluster.

Returns:

  • (String)


1483
1484
1485
1486
1487
1488
1489
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1483

class CoverageEcsClusterDetails < Struct.new(
  :cluster_name,
  :fargate_details,
  :container_instance_details)
  SENSITIVE = []
  include Aws::Structure
end

#container_instance_details ⇒ Types::ContainerInstanceDetails

Information about the Amazon ECS container running on Amazon EC2 instance.



1483
1484
1485
1486
1487
1488
1489
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1483

class CoverageEcsClusterDetails < Struct.new(
  :cluster_name,
  :fargate_details,
  :container_instance_details)
  SENSITIVE = []
  include Aws::Structure
end

#fargate_details ⇒ Types::FargateDetails

Information about the Fargate details associated with the Amazon ECS cluster.



1483
1484
1485
1486
1487
1488
1489
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1483

class CoverageEcsClusterDetails < Struct.new(
  :cluster_name,
  :fargate_details,
  :container_instance_details)
  SENSITIVE = []
  include Aws::Structure
end