Class: Aws::GuardDuty::Types::FargateDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#issuesArray<String>

Runtime coverage issues identified for the resource running on Amazon Web Services Fargate.

Returns:

  • (Array<String>)


2859
2860
2861
2862
2863
2864
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2859

class FargateDetails < Struct.new(
  :issues,
  :management_type)
  SENSITIVE = []
  include Aws::Structure
end

#management_typeString

Indicates how the GuardDuty security agent is managed for this resource.

  • AUTO_MANAGED indicates that GuardDuty deploys and manages updates for this resource.

  • DISABLED indicates that the deployment of the GuardDuty security agent is disabled for this resource.

The MANUAL status doesn't apply to the Amazon Web Services Fargate (Amazon ECS only) woprkloads.

Returns:

  • (String)


2859
2860
2861
2862
2863
2864
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2859

class FargateDetails < Struct.new(
  :issues,
  :management_type)
  SENSITIVE = []
  include Aws::Structure
end