Class: Aws::OSIS::Types::PipelineBlueprintSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::OSIS::Types::PipelineBlueprintSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-osis/types.rb
Overview
A summary of 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.
-
#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.
610 611 612 613 614 615 616 617 618 |
# File '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_description ⇒ String
A description of the blueprint.
610 611 612 613 614 615 616 617 618 |
# File '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_name ⇒ String
The display name of the blueprint.
610 611 612 613 614 615 616 617 618 |
# File '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 |
#service ⇒ String
The name of the service that the blueprint is associated with.
610 611 612 613 614 615 616 617 618 |
# File '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_case ⇒ String
The use case that the blueprint relates to.
610 611 612 613 614 615 616 617 618 |
# File '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 |