Class: Aws::OpenSearchService::Types::DescribeInsightDetailsRequest

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

Overview

Container for the parameters to the DescribeInsightDetails operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#entityTypes::InsightEntity

The entity for which to retrieve insight details. Specifies the type and value of the entity, such as a domain name or Amazon Web Services account ID.



3048
3049
3050
3051
3052
3053
3054
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3048

class DescribeInsightDetailsRequest < Struct.new(
  :entity,
  :insight_id,
  :show_html_content)
  SENSITIVE = []
  include Aws::Structure
end

#insight_idString

The unique identifier of the insight to describe.

Returns:

  • (String)


3048
3049
3050
3051
3052
3053
3054
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3048

class DescribeInsightDetailsRequest < Struct.new(
  :entity,
  :insight_id,
  :show_html_content)
  SENSITIVE = []
  include Aws::Structure
end

#show_html_contentBoolean

Specifies whether to show response with HTML content in response or not.

Returns:

  • (Boolean)


3048
3049
3050
3051
3052
3053
3054
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3048

class DescribeInsightDetailsRequest < Struct.new(
  :entity,
  :insight_id,
  :show_html_content)
  SENSITIVE = []
  include Aws::Structure
end