DeleteIdentityRequest

public struct DeleteIdentityRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The identity to be removed from the list of identities for the AWS Account.

    Declaration

    Swift

    public let identity: String
  • Undocumented

    Declaration

    Swift

    public init(identity: String)