Class: Aws::GuardDuty::Types::CoverageResource

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb

Overview

Information about the resource of the GuardDuty account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_id ⇒ String

The unique ID of the Amazon Web Services account.

Returns:

  • (String)


1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1631

class CoverageResource < Struct.new(
  :resource_id,
  :detector_id,
  :account_id,
  :resource_details,
  :coverage_status,
  :issue,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#coverage_status ⇒ String

Represents the status of the EKS cluster coverage.

Returns:

  • (String)


1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1631

class CoverageResource < Struct.new(
  :resource_id,
  :detector_id,
  :account_id,
  :resource_details,
  :coverage_status,
  :issue,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#detector_id ⇒ String

The unique ID of the GuardDuty detector associated with the resource.

Returns:

  • (String)


1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1631

class CoverageResource < Struct.new(
  :resource_id,
  :detector_id,
  :account_id,
  :resource_details,
  :coverage_status,
  :issue,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#issue ⇒ String

Represents the reason why a coverage status was UNHEALTHY for the EKS cluster.

Returns:

  • (String)


1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1631

class CoverageResource < Struct.new(
  :resource_id,
  :detector_id,
  :account_id,
  :resource_details,
  :coverage_status,
  :issue,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#resource_details ⇒ Types::CoverageResourceDetails

Information about the resource for which the coverage statistics are retrieved.



1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1631

class CoverageResource < Struct.new(
  :resource_id,
  :detector_id,
  :account_id,
  :resource_details,
  :coverage_status,
  :issue,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#resource_id ⇒ String

The unique ID of the resource.

Returns:

  • (String)


1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1631

class CoverageResource < Struct.new(
  :resource_id,
  :detector_id,
  :account_id,
  :resource_details,
  :coverage_status,
  :issue,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_at ⇒ Time

The timestamp at which the coverage details for the resource were last updated. This is in UTC format.

Returns:

  • (Time)


1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1631

class CoverageResource < Struct.new(
  :resource_id,
  :detector_id,
  :account_id,
  :resource_details,
  :coverage_status,
  :issue,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end