Class: Aws::OSIS::Types::ValidatePipelineRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OSIS::Types::ValidatePipelineRequest
- Defined in:
- gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#pipeline_configuration_body ⇒ String
The pipeline configuration in YAML format.
Instance Attribute Details
#pipeline_configuration_body ⇒ String
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
.
924 925 926 927 928 |
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 924 class ValidatePipelineRequest < Struct.new( :pipeline_configuration_body) SENSITIVE = [] include Aws::Structure end |