class Aws::CodeArtifact::Types::DomainSummary

Information about a domain, including its name, Amazon Resource Name (ARN), and status. The [ListDomains] operation returns a list of `DomainSummary` objects.

[1]: docs.aws.amazon.com/codeartifact/latest/APIReference/API_ListDomains.html

@!attribute [rw] name

The name of the domain.
@return [String]

@!attribute [rw] owner

The 12-digit account number of the AWS account that owns the domain.
It does not include dashes or spaces.
@return [String]

@!attribute [rw] arn

The ARN of the domain.
@return [String]

@!attribute [rw] status

A string that contains the status of the domain. The valid values
are:

* `Active`

* `Deleted`
@return [String]

@!attribute [rw] created_time

A timestamp that contains the date and time the domain was created.
@return [Time]

@!attribute [rw] encryption_key

The key used to encrypt the domain.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/codeartifact-2018-09-22/DomainSummary AWS API Documentation

Constants

SENSITIVE