ConfigurationProfileSummary
public struct ConfigurationProfileSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The application ID.
Declaration
Swift
public let applicationId: String?
-
The ID of the configuration profile.
Declaration
Swift
public let id: String?
-
The URI location of the configuration.
Declaration
Swift
public let locationUri: String?
-
The name of the configuration profile.
Declaration
Swift
public let name: String?
-
The types of validators in the configuration profile.
Declaration
Swift
public let validatorTypes: [ValidatorType]?
-
Undocumented
Declaration
Swift
public init(applicationId: String? = nil, id: String? = nil, locationUri: String? = nil, name: String? = nil, validatorTypes: [ValidatorType]? = nil)