Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::OSIS::Types::PipelineBlueprintSummary

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

Overview

A summary of an OpenSearch Ingestion blueprint.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#blueprint_nameString

The name of the blueprint.

Returns:

  • (String)

610
611
612
613
614
615
616
617
618
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 610

class PipelineBlueprintSummary < Struct.new(
  :blueprint_name,
  :display_name,
  :display_description,
  :service,
  :use_case)
  SENSITIVE = []
  include Aws::Structure
end

#display_descriptionString

A description of the blueprint.

Returns:

  • (String)

610
611
612
613
614
615
616
617
618
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 610

class PipelineBlueprintSummary < Struct.new(
  :blueprint_name,
  :display_name,
  :display_description,
  :service,
  :use_case)
  SENSITIVE = []
  include Aws::Structure
end

#display_nameString

The display name of the blueprint.

Returns:

  • (String)

610
611
612
613
614
615
616
617
618
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 610

class PipelineBlueprintSummary < Struct.new(
  :blueprint_name,
  :display_name,
  :display_description,
  :service,
  :use_case)
  SENSITIVE = []
  include Aws::Structure
end

#serviceString

The name of the service that the blueprint is associated with.

Returns:

  • (String)

610
611
612
613
614
615
616
617
618
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 610

class PipelineBlueprintSummary < Struct.new(
  :blueprint_name,
  :display_name,
  :display_description,
  :service,
  :use_case)
  SENSITIVE = []
  include Aws::Structure
end

#use_caseString

The use case that the blueprint relates to.

Returns:

  • (String)

610
611
612
613
614
615
616
617
618
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 610

class PipelineBlueprintSummary < Struct.new(
  :blueprint_name,
  :display_name,
  :display_description,
  :service,
  :use_case)
  SENSITIVE = []
  include Aws::Structure
end