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
- Struct
- Aws::CodeArtifact::Types::DomainSummary
- 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
-
#arn ⇒ String
The ARN of the domain.
-
#created_time ⇒ Time
A timestamp that contains the date and time the domain was created.
-
#encryption_key ⇒ String
The key used to encrypt the domain.
-
#name ⇒ String
The name of the domain.
-
#owner ⇒ String
The 12-digit account number of the AWS account that owns the domain.
-
#status ⇒ String
A string that contains the status of the domain.
Instance Attribute Details
#arn ⇒ String
The ARN of the domain.
#created_time ⇒ Time
A timestamp that contains the date and time the domain was created.
#encryption_key ⇒ String
The key used to encrypt the domain.
#name ⇒ String
The name of the domain.
#owner ⇒ String
The 12-digit account number of the AWS account that owns the domain. It does not include dashes or spaces.
#status ⇒ String
A string that contains the status of the domain. The valid values are:
Active
Deleted
Possible values:
- Active
- Deleted