Class: Aws::OSIS::Types::ValidatePipelineRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#pipeline_configuration_bodyString

The pipeline configuration in YAML format. The command accepts the pipeline configuration as a string or within a .yaml file. If you provide the configuration as a string, each new line must be escaped with ‘n`.

Returns:

  • (String)


924
925
926
927
928
# File 'lib/aws-sdk-osis/types.rb', line 924

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