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

Class: Aws::CodeArtifact::Types::DomainSummary

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

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the domain.

Returns:

  • (String)

    The ARN of the domain.

#created_timeTime

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

Returns:

  • (Time)

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

#encryption_keyString

The key used to encrypt the domain.

Returns:

  • (String)

    The key used to encrypt the domain.

#nameString

The name of the domain.

Returns:

  • (String)

    The name of the domain.

#ownerString

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

Returns:

  • (String)

    The 12-digit account number of the AWS account that owns the domain.

#statusString

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

  • Active

  • Deleted

    Possible values:

    • Active
    • Deleted

Returns:

  • (String)

    A string that contains the status of the domain.