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_idString

The unique ID of the Amazon Web Services account.

Returns:

  • (String)


1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1026

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

#coverage_statusString

Represents the status of the EKS cluster coverage.

Returns:

  • (String)


1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1026

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

#detector_idString

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

Returns:

  • (String)


1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1026

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

#issueString

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

Returns:

  • (String)


1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1026

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

#resource_detailsTypes::CoverageResourceDetails

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



1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1026

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

#resource_idString

The unique ID of the resource.

Returns:

  • (String)


1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1026

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

#updated_atTime

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

Returns:

  • (Time)


1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1026

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