Class: Aws::GuardDuty::Types::CoverageEcsClusterDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::CoverageEcsClusterDetails
- 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
-
#cluster_name ⇒ String
The name of the Amazon ECS cluster.
-
#container_instance_details ⇒ Types::ContainerInstanceDetails
Information about the Amazon ECS container running on Amazon EC2 instance.
-
#fargate_details ⇒ Types::FargateDetails
Information about the Fargate details associated with the Amazon ECS cluster.
Instance Attribute Details
#cluster_name ⇒ String
The name of the Amazon ECS cluster.
1007 1008 1009 1010 1011 1012 1013 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1007 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.
1007 1008 1009 1010 1011 1012 1013 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1007 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.
1007 1008 1009 1010 1011 1012 1013 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1007 class CoverageEcsClusterDetails < Struct.new( :cluster_name, :fargate_details, :container_instance_details) SENSITIVE = [] include Aws::Structure end |