DescribeAccountAssignmentDeletionStatusRequest

public struct DescribeAccountAssignmentDeletionStatusRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The identifier that is used to track the request operation progress.

    Declaration

    Swift

    public let accountAssignmentDeletionRequestId: String
  • The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.

    Declaration

    Swift

    public let instanceArn: String
  • Undocumented

    Declaration

    Swift

    public init(accountAssignmentDeletionRequestId: String, instanceArn: String)
  • Declaration

    Swift

    public func validate(name: String) throws