Class: Aws::GuardDuty::Types::ContainerInstanceDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::ContainerInstanceDetails
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Contains information about the Amazon EC2 instance that is running the Amazon ECS container.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#compatible_container_instances ⇒ Integer
Represents total number of nodes in the Amazon ECS cluster.
-
#covered_container_instances ⇒ Integer
Represents the nodes in the Amazon ECS cluster that has a
HEALTHY
coverage status.
Instance Attribute Details
#compatible_container_instances ⇒ Integer
Represents total number of nodes in the Amazon ECS cluster.
824 825 826 827 828 829 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 824 class ContainerInstanceDetails < Struct.new( :covered_container_instances, :compatible_container_instances) SENSITIVE = [] include Aws::Structure end |
#covered_container_instances ⇒ Integer
Represents the nodes in the Amazon ECS cluster that has a HEALTHY
coverage status.
824 825 826 827 828 829 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 824 class ContainerInstanceDetails < Struct.new( :covered_container_instances, :compatible_container_instances) SENSITIVE = [] include Aws::Structure end |