Class: Aws::CodeArtifact::Types::CreateDomainResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeArtifact::Types::CreateDomainResult
- 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 created domain after processing the request.
Instance Attribute Details
#domain ⇒ Types::DomainDescription
Contains information about the created domain after processing the request.
379 380 381 382 383 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 379 class CreateDomainResult < Struct.new( :domain) SENSITIVE = [] include Aws::Structure end |