class Aws::CodeArtifact::Types::DeleteDomainPermissionsPolicyRequest

@note When making an API call, you may pass DeleteDomainPermissionsPolicyRequest

data as a hash:

    {
      domain: "DomainName", # required
      domain_owner: "AccountId",
      policy_revision: "PolicyRevision",
    }

@!attribute [rw] domain

The name of the domain associated with the resource policy to be
deleted.
@return [String]

@!attribute [rw] domain_owner

The 12-digit account number of the AWS account that owns the domain.
It does not include dashes or spaces.
@return [String]

@!attribute [rw] policy_revision

The current revision of the resource policy to be deleted. This
revision is used for optimistic locking, which prevents others from
overwriting your changes to the domain's resource policy.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/codeartifact-2018-09-22/DeleteDomainPermissionsPolicyRequest AWS API Documentation

Constants

SENSITIVE