Method: Aws::CodeArtifact::Types::DeleteDomainRequest#domain

Defined in:
lib/aws-sdk-codeartifact/types.rb

#domainString

The name of the domain to delete.

Returns:

  • (String)


550
551
552
553
554
555
# File 'lib/aws-sdk-codeartifact/types.rb', line 550

class DeleteDomainRequest < Struct.new(
  :domain,
  :domain_owner)
  SENSITIVE = []
  include Aws::Structure
end