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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-eks/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)


3076
3077
3078
3079
3080
3081
3082
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 3076

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.



3076
3077
3078
3079
3080
3081
3082
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 3076

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)


3076
3077
3078
3079
3080
3081
3082
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 3076

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