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)


538
539
540
541
542
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 538

class PipelineBlueprintSummary < Struct.new(
  :blueprint_name)
  SENSITIVE = []
  include Aws::Structure
end