Class: Aws::EKS::Types::InsightResourceDetail

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-eks/types.rb

Overview

Returns information about the resource being evaluated.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) if applicable.

Returns:

  • (String)


3440
3441
3442
3443
3444
3445
3446
# File 'lib/aws-sdk-eks/types.rb', line 3440

class InsightResourceDetail < Struct.new(
  :insight_status,
  :kubernetes_resource_uri,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#insight_statusTypes::InsightStatus

An object containing more detail on the status of the insight resource.



3440
3441
3442
3443
3444
3445
3446
# File 'lib/aws-sdk-eks/types.rb', line 3440

class InsightResourceDetail < Struct.new(
  :insight_status,
  :kubernetes_resource_uri,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#kubernetes_resource_uriString

The Kubernetes resource URI if applicable.

Returns:

  • (String)


3440
3441
3442
3443
3444
3445
3446
# File 'lib/aws-sdk-eks/types.rb', line 3440

class InsightResourceDetail < Struct.new(
  :insight_status,
  :kubernetes_resource_uri,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end