Class: Aws::EKS::Types::InsightResourceDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::InsightResourceDetail
- 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
-
#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.
3279 3280 3281 3282 3283 3284 3285 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 3279 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.
3279 3280 3281 3282 3283 3284 3285 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 3279 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.
3279 3280 3281 3282 3283 3284 3285 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 3279 class InsightResourceDetail < Struct.new( :insight_status, :kubernetes_resource_uri, :arn) SENSITIVE = [] include Aws::Structure end |