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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-osis/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)


824
825
826
827
828
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 824

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