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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the domain.

Returns:

  • (String)


1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 1410

class DomainSummary < Struct.new(
  :name,
  :owner,
  :arn,
  :status,
  :created_time,
  :encryption_key)
  SENSITIVE = []
  include Aws::Structure
end

#created_timeTime

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

Returns:

  • (Time)


1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 1410

class DomainSummary < Struct.new(
  :name,
  :owner,
  :arn,
  :status,
  :created_time,
  :encryption_key)
  SENSITIVE = []
  include Aws::Structure
end

#encryption_keyString

The key used to encrypt the domain.

Returns:

  • (String)


1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 1410

class DomainSummary < Struct.new(
  :name,
  :owner,
  :arn,
  :status,
  :created_time,
  :encryption_key)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the domain.

Returns:

  • (String)


1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 1410

class DomainSummary < Struct.new(
  :name,
  :owner,
  :arn,
  :status,
  :created_time,
  :encryption_key)
  SENSITIVE = []
  include Aws::Structure
end

#ownerString

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

Returns:

  • (String)


1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 1410

class DomainSummary < Struct.new(
  :name,
  :owner,
  :arn,
  :status,
  :created_time,
  :encryption_key)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

A string that contains the status of the domain.

Returns:

  • (String)


1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 1410

class DomainSummary < Struct.new(
  :name,
  :owner,
  :arn,
  :status,
  :created_time,
  :encryption_key)
  SENSITIVE = []
  include Aws::Structure
end