GenerateTemplateRequest
public struct GenerateTemplateRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the application associated with the AWS CloudFormation template.
Declaration
Swift
public let appId: String?
-
The format for generating the AWS CloudFormation template.
Declaration
Swift
public let templateFormat: OutputFormat?
-
Undocumented
Declaration
Swift
public init(appId: String? = nil, templateFormat: OutputFormat? = nil)