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.
319 320 321 322 323 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 319 class CreateDomainResult < Struct.new( :domain) SENSITIVE = [] include Aws::Structure end |