PipelineIdName
public struct PipelineIdName : AWSShape
                Undocumented
- 
                  
                  
Declaration
Swift
public static var _members: [AWSShapeMember] - 
                  
                  
The ID of the pipeline that was assigned by AWS Data Pipeline. This is a string of the form df-297EG78HU43EEXAMPLE.
Declaration
Swift
public let id: String? - 
                  
                  
The name of the pipeline.
Declaration
Swift
public let name: String? - 
                  
                  
Undocumented
Declaration
Swift
public init(id: String? = nil, name: String? = nil) 
View on GitHub
        PipelineIdName Structure Reference