CreateSecurityProfileResponse
public struct CreateSecurityProfileResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the security profile.
Declaration
Swift
public let securityProfileArn: String?
-
The name you gave to the security profile.
Declaration
Swift
public let securityProfileName: String?
-
Undocumented
Declaration
Swift
public init(securityProfileArn: String? = nil, securityProfileName: String? = nil)