Class: Aws::EKS::Types::DescribeInsightsRefreshResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::DescribeInsightsRefreshResponse
- Defined in:
- gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ended_at ⇒ Time
The date and time when the insights refresh operation ended.
-
#message ⇒ String
The message associated with the insights refresh operation.
-
#started_at ⇒ Time
The date and time when the insights refresh operation started.
-
#status ⇒ String
The current status of the insights refresh operation.
Instance Attribute Details
#ended_at ⇒ Time
The date and time when the insights refresh operation ended.
3094 3095 3096 3097 3098 3099 3100 3101 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 3094 class DescribeInsightsRefreshResponse < Struct.new( :message, :status, :started_at, :ended_at) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The message associated with the insights refresh operation.
3094 3095 3096 3097 3098 3099 3100 3101 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 3094 class DescribeInsightsRefreshResponse < Struct.new( :message, :status, :started_at, :ended_at) SENSITIVE = [] include Aws::Structure end |
#started_at ⇒ Time
The date and time when the insights refresh operation started.
3094 3095 3096 3097 3098 3099 3100 3101 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 3094 class DescribeInsightsRefreshResponse < Struct.new( :message, :status, :started_at, :ended_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the insights refresh operation.
3094 3095 3096 3097 3098 3099 3100 3101 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 3094 class DescribeInsightsRefreshResponse < Struct.new( :message, :status, :started_at, :ended_at) SENSITIVE = [] include Aws::Structure end |