Method: Aws::CodeArtifact::Types::DeleteDomainRequest#domain
- Defined in:
- lib/aws-sdk-codeartifact/types.rb
#domain ⇒ String
The name of the domain to delete.
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 |