GetProfileResponse
public struct GetProfileResponse : AWSShape
Undocumented
-
The key for the payload
Declaration
Swift
public static let payloadPath: String?
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The content encoding of the profile.
Declaration
Swift
public let contentEncoding: String?
-
The content type of the profile in the payload. It is either application/json or the default application/x-amzn-ion.
Declaration
Swift
public let contentType: String
-
Information about the profile.
Declaration
Swift
public let profile: Data
-
Undocumented
Declaration
Swift
public init(contentEncoding: String? = nil, contentType: String, profile: Data)