Class: Aws::GuardDuty::Types::FargateDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::FargateDetails
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Contains information about Amazon Web Services Fargate details associated with an Amazon ECS cluster.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#issues ⇒ Array<String>
Runtime coverage issues identified for the resource running on Amazon Web Services Fargate.
-
#management_type ⇒ String
Indicates how the GuardDuty security agent is managed for this resource.
Instance Attribute Details
#issues ⇒ Array<String>
Runtime coverage issues identified for the resource running on Amazon Web Services Fargate.
3732 3733 3734 3735 3736 3737 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3732 class FargateDetails < Struct.new( :issues, :management_type) SENSITIVE = [] include Aws::Structure end |
#management_type ⇒ String
Indicates how the GuardDuty security agent is managed for this resource.
AUTO_MANAGEDindicates that GuardDuty deploys and manages updates for this resource.DISABLEDindicates that the deployment of the GuardDuty security agent is disabled for this resource.
MANUAL status doesn't apply to the Amazon Web Services
Fargate (Amazon ECS only) woprkloads.
3732 3733 3734 3735 3736 3737 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3732 class FargateDetails < Struct.new( :issues, :management_type) SENSITIVE = [] include Aws::Structure end |