Class: Aws::GuardDuty::Types::EcsCluster
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::EcsCluster
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Contains information about the Amazon ECS cluster involved in a GuardDuty finding, including cluster identification and status.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ec2_instance_uids ⇒ Array<String>
A list of unique identifiers for the Amazon EC2 instances that serve as container instances in the Amazon ECS cluster.
-
#status ⇒ String
The current status of the Amazon ECS cluster.
Instance Attribute Details
#ec2_instance_uids ⇒ Array<String>
A list of unique identifiers for the Amazon EC2 instances that serve as container instances in the Amazon ECS cluster.
3671 3672 3673 3674 3675 3676 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3671 class EcsCluster < Struct.new( :status, :ec2_instance_uids) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the Amazon ECS cluster.
3671 3672 3673 3674 3675 3676 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3671 class EcsCluster < Struct.new( :status, :ec2_instance_uids) SENSITIVE = [] include Aws::Structure end |