Class: Aws::OSIS::Types::PipelineBlueprint
- Inherits:
-
Struct
- Object
- Struct
- Aws::OSIS::Types::PipelineBlueprint
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-osis/types.rb
Overview
Container for information about an OpenSearch Ingestion blueprint.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#blueprint_name ⇒ String
The name of the blueprint.
-
#display_description ⇒ String
A description of the blueprint.
-
#display_name ⇒ String
The display name of the blueprint.
-
#pipeline_configuration_body ⇒ String
The YAML configuration of the blueprint.
-
#service ⇒ String
The name of the service that the blueprint is associated with.
-
#use_case ⇒ String
The use case that the blueprint relates to.
Instance Attribute Details
#blueprint_name ⇒ String
The name of the blueprint.
575 576 577 578 579 580 581 582 583 584 |
# File 'lib/aws-sdk-osis/types.rb', line 575 class PipelineBlueprint < Struct.new( :blueprint_name, :pipeline_configuration_body, :display_name, :display_description, :service, :use_case) SENSITIVE = [] include Aws::Structure end |
#display_description ⇒ String
A description of the blueprint.
575 576 577 578 579 580 581 582 583 584 |
# File 'lib/aws-sdk-osis/types.rb', line 575 class PipelineBlueprint < Struct.new( :blueprint_name, :pipeline_configuration_body, :display_name, :display_description, :service, :use_case) SENSITIVE = [] include Aws::Structure end |
#display_name ⇒ String
The display name of the blueprint.
575 576 577 578 579 580 581 582 583 584 |
# File 'lib/aws-sdk-osis/types.rb', line 575 class PipelineBlueprint < Struct.new( :blueprint_name, :pipeline_configuration_body, :display_name, :display_description, :service, :use_case) SENSITIVE = [] include Aws::Structure end |
#pipeline_configuration_body ⇒ String
The YAML configuration of the blueprint.
575 576 577 578 579 580 581 582 583 584 |
# File 'lib/aws-sdk-osis/types.rb', line 575 class PipelineBlueprint < Struct.new( :blueprint_name, :pipeline_configuration_body, :display_name, :display_description, :service, :use_case) SENSITIVE = [] include Aws::Structure end |
#service ⇒ String
The name of the service that the blueprint is associated with.
575 576 577 578 579 580 581 582 583 584 |
# File 'lib/aws-sdk-osis/types.rb', line 575 class PipelineBlueprint < Struct.new( :blueprint_name, :pipeline_configuration_body, :display_name, :display_description, :service, :use_case) SENSITIVE = [] include Aws::Structure end |
#use_case ⇒ String
The use case that the blueprint relates to.
575 576 577 578 579 580 581 582 583 584 |
# File 'lib/aws-sdk-osis/types.rb', line 575 class PipelineBlueprint < Struct.new( :blueprint_name, :pipeline_configuration_body, :display_name, :display_description, :service, :use_case) SENSITIVE = [] include Aws::Structure end |