Class: Aws::EKS::Types::InsightResourceDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::InsightResourceDetail
- 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
-
#arn ⇒ String
The Amazon Resource Name (ARN) if applicable.
-
#insight_status ⇒ Types::InsightStatus
An object containing more detail on the status of the insight resource.
-
#kubernetes_resource_uri ⇒ String
The Kubernetes resource URI if applicable.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) if applicable.
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_status ⇒ Types::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_uri ⇒ String
The Kubernetes resource URI if applicable.
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 |