Class: Aws::CodeArtifact::Types::DeleteDomainResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeArtifact::Types::DeleteDomainResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeartifact/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain ⇒ Types::DomainDescription
Contains information about the deleted domain after processing the request.
Instance Attribute Details
#domain ⇒ Types::DomainDescription
Contains information about the deleted domain after processing the request.
527 528 529 530 531 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 527 class DeleteDomainResult < Struct.new( :domain) SENSITIVE = [] include Aws::Structure end |