You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeArtifact::Types::DomainDescription

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Information about a domain. A domain is a container for repositories. When you create a domain, it is empty until you add one or more repositories.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the domain.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the domain.

#asset_size_bytesInteger

The total size of all assets in the domain.

Returns:

  • (Integer)

    The total size of all assets in the domain.

#created_timeTime

A timestamp that represents the date and time the domain was created.

Returns:

  • (Time)

    A timestamp that represents the date and time the domain was created.

#encryption_keyString

The ARN of an AWS Key Management Service (AWS KMS) key associated with a domain.

Returns:

  • (String)

    The ARN of an AWS Key Management Service (AWS KMS) key associated with a domain.

#nameString

The name of the domain.

Returns:

  • (String)

    The name of the domain.

#ownerString

The AWS account ID that owns the domain.

Returns:

  • (String)

    The AWS account ID that owns the domain.

#repository_countInteger

The number of repositories in the domain.

Returns:

  • (Integer)

    The number of repositories in the domain.

#s3_bucket_arnString

The Amazon Resource Name (ARN) of the Amazon S3 bucket that is used to store package assets in the domain.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the Amazon S3 bucket that is used to store package assets in the domain.

#statusString

The current status of a domain. The valid values are

  • Active

  • Deleted

    Possible values:

    • Active
    • Deleted

Returns:

  • (String)

    The current status of a domain.