GetConfigurationProfileRequest
public struct GetConfigurationProfileRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the application that includes the configuration profile you want to get.
Declaration
Swift
public let applicationId: String
-
The ID of the configuration profile you want to get.
Declaration
Swift
public let configurationProfileId: String
-
Undocumented
Declaration
Swift
public init(applicationId: String, configurationProfileId: String)
-
Declaration
Swift
public func validate(name: String) throws