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.
6538 6539 6540 6541 6542 6543 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 6538 class StartInsightsRefreshResponse < Struct.new( :message, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the insights refresh operation.
6538 6539 6540 6541 6542 6543 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 6538 class StartInsightsRefreshResponse < Struct.new( :message, :status) SENSITIVE = [] include Aws::Structure end |