DeleteSecurityProfileRequest
public struct DeleteSecurityProfileRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The expected version of the security profile. A new version is generated whenever the security profile is updated. If you specify a value that is different from the actual version, a VersionConflictException is thrown.
Declaration
Swift
public let expectedVersion: Int64? -
The name of the security profile to be deleted.
Declaration
Swift
public let securityProfileName: String -
Undocumented
Declaration
Swift
public init(expectedVersion: Int64? = nil, securityProfileName: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
DeleteSecurityProfileRequest Structure Reference