Class: Aws::EKS::Types::DescribeInsightsRefreshResponse

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

#ended_atTime

The date and time when the insights refresh operation ended.

Returns:

  • (Time)


3760
3761
3762
3763
3764
3765
3766
3767
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 3760

class DescribeInsightsRefreshResponse < Struct.new(
  :message,
  :status,
  :started_at,
  :ended_at)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

The message associated with the insights refresh operation.

Returns:

  • (String)


3760
3761
3762
3763
3764
3765
3766
3767
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 3760

class DescribeInsightsRefreshResponse < Struct.new(
  :message,
  :status,
  :started_at,
  :ended_at)
  SENSITIVE = []
  include Aws::Structure
end

#started_atTime

The date and time when the insights refresh operation started.

Returns:

  • (Time)


3760
3761
3762
3763
3764
3765
3766
3767
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 3760

class DescribeInsightsRefreshResponse < Struct.new(
  :message,
  :status,
  :started_at,
  :ended_at)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the insights refresh operation.

Returns:

  • (String)


3760
3761
3762
3763
3764
3765
3766
3767
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 3760

class DescribeInsightsRefreshResponse < Struct.new(
  :message,
  :status,
  :started_at,
  :ended_at)
  SENSITIVE = []
  include Aws::Structure
end