Class: Aws::EKS::Types::StartInsightsRefreshResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::StartInsightsRefreshResponse
- Defined in:
- gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The message associated with the insights refresh operation.
-
#status ⇒ String
The current status of the insights refresh operation.
Instance Attribute Details
#message ⇒ String
The message associated with the insights refresh operation.
6615 6616 6617 6618 6619 6620 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 6615 class StartInsightsRefreshResponse < Struct.new( :message, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the insights refresh operation.
6615 6616 6617 6618 6619 6620 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 6615 class StartInsightsRefreshResponse < Struct.new( :message, :status) SENSITIVE = [] include Aws::Structure end |