Configuration
public struct Configuration : AWSShape
Undocumented
-
The key for the payload
Declaration
Swift
public static let payloadPath: String?
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The configuration version.
Declaration
Swift
public let configurationVersion: String?
-
The content of the configuration or the configuration data.
Declaration
Swift
public let content: Data?
-
A standard MIME type describing the format of the configuration content. For more information, see Content-Type.
Declaration
Swift
public let contentType: String?
-
Undocumented
Declaration
Swift
public init(configurationVersion: String? = nil, content: Data? = nil, contentType: String? = nil)