Class: Aws::OSIS::Types::GetPipelineBlueprintRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OSIS::Types::GetPipelineBlueprintRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-osis/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#blueprint_name ⇒ String
The name of the blueprint to retrieve.
-
#format ⇒ String
The format format of the blueprint to retrieve.
Instance Attribute Details
#blueprint_name ⇒ String
The name of the blueprint to retrieve.
243 244 245 246 247 248 |
# File 'lib/aws-sdk-osis/types.rb', line 243 class GetPipelineBlueprintRequest < Struct.new( :blueprint_name, :format) SENSITIVE = [] include Aws::Structure end |
#format ⇒ String
The format format of the blueprint to retrieve.
243 244 245 246 247 248 |
# File 'lib/aws-sdk-osis/types.rb', line 243 class GetPipelineBlueprintRequest < Struct.new( :blueprint_name, :format) SENSITIVE = [] include Aws::Structure end |