Class: Aws::EKS::Types::StartInsightsRefreshResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The message associated with the insights refresh operation.

Returns:

  • (String)


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

#statusString

The current status of the insights refresh operation.

Returns:

  • (String)


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