Class: Aws::OpenSearchService::Types::Insight

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

Overview

Represents an insight returned by the ListInsights operation. An insight is a notification about a domain event or recommendation that helps you optimize your Amazon OpenSearch Service domain.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The timestamp when the insight was created, in epoch milliseconds.

Returns:

  • (Time)


5333
5334
5335
5336
5337
5338
5339
5340
5341
5342
5343
5344
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 5333

class Insight < Struct.new(
  :insight_id,
  :display_name,
  :type,
  :priority,
  :status,
  :creation_time,
  :update_time,
  :is_experimental)
  SENSITIVE = []
  include Aws::Structure
end

#display_nameString

The display name of the insight.

Returns:

  • (String)


5333
5334
5335
5336
5337
5338
5339
5340
5341
5342
5343
5344
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 5333

class Insight < Struct.new(
  :insight_id,
  :display_name,
  :type,
  :priority,
  :status,
  :creation_time,
  :update_time,
  :is_experimental)
  SENSITIVE = []
  include Aws::Structure
end

#insight_idString

The unique identifier of the insight.

Returns:

  • (String)


5333
5334
5335
5336
5337
5338
5339
5340
5341
5342
5343
5344
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 5333

class Insight < Struct.new(
  :insight_id,
  :display_name,
  :type,
  :priority,
  :status,
  :creation_time,
  :update_time,
  :is_experimental)
  SENSITIVE = []
  include Aws::Structure
end

#is_experimentalBoolean

Indicates whether the insight is experimental.

Returns:

  • (Boolean)


5333
5334
5335
5336
5337
5338
5339
5340
5341
5342
5343
5344
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 5333

class Insight < Struct.new(
  :insight_id,
  :display_name,
  :type,
  :priority,
  :status,
  :creation_time,
  :update_time,
  :is_experimental)
  SENSITIVE = []
  include Aws::Structure
end

#priorityString

The priority level of the insight. Possible values are CRITICAL, HIGH, MEDIUM, and LOW.

Returns:

  • (String)


5333
5334
5335
5336
5337
5338
5339
5340
5341
5342
5343
5344
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 5333

class Insight < Struct.new(
  :insight_id,
  :display_name,
  :type,
  :priority,
  :status,
  :creation_time,
  :update_time,
  :is_experimental)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the insight. Possible values are ACTIVE, RESOLVED, and DISMISSED.

Returns:

  • (String)


5333
5334
5335
5336
5337
5338
5339
5340
5341
5342
5343
5344
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 5333

class Insight < Struct.new(
  :insight_id,
  :display_name,
  :type,
  :priority,
  :status,
  :creation_time,
  :update_time,
  :is_experimental)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the insight. Possible values are EVENT and RECOMMENDATION.

Returns:

  • (String)


5333
5334
5335
5336
5337
5338
5339
5340
5341
5342
5343
5344
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 5333

class Insight < Struct.new(
  :insight_id,
  :display_name,
  :type,
  :priority,
  :status,
  :creation_time,
  :update_time,
  :is_experimental)
  SENSITIVE = []
  include Aws::Structure
end

#update_timeTime

The timestamp when the insight was last updated, in epoch milliseconds.

Returns:

  • (Time)


5333
5334
5335
5336
5337
5338
5339
5340
5341
5342
5343
5344
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 5333

class Insight < Struct.new(
  :insight_id,
  :display_name,
  :type,
  :priority,
  :status,
  :creation_time,
  :update_time,
  :is_experimental)
  SENSITIVE = []
  include Aws::Structure
end