Class: Aws::GuardDuty::Types::CoverageEcsClusterDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::CoverageEcsClusterDetails
- Includes:
- Structure
- Defined in:
- 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.
918 919 920 921 922 923 924 |
# File 'lib/aws-sdk-guardduty/types.rb', line 918 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.
918 919 920 921 922 923 924 |
# File 'lib/aws-sdk-guardduty/types.rb', line 918 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.
918 919 920 921 922 923 924 |
# File 'lib/aws-sdk-guardduty/types.rb', line 918 class CoverageEcsClusterDetails < Struct.new( :cluster_name, :fargate_details, :container_instance_details) SENSITIVE = [] include Aws::Structure end |