Class: Aws::DataZone::Types::DomainSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-datazone/types.rb

Overview

A summary of a Amazon DataZone domain.

Constant Summary collapse

SENSITIVE =
[:description, :name]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the Amazon DataZone domain.

Returns:

  • (String)


5423
5424
5425
5426
5427
5428
5429
5430
5431
5432
5433
5434
5435
# File 'lib/aws-sdk-datazone/types.rb', line 5423

class DomainSummary < Struct.new(
  :arn,
  :created_at,
  :description,
  :id,
  :last_updated_at,
  :managed_account_id,
  :name,
  :portal_url,
  :status)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#created_atTime

A timestamp of when a Amazon DataZone domain was created.

Returns:

  • (Time)


5423
5424
5425
5426
5427
5428
5429
5430
5431
5432
5433
5434
5435
# File 'lib/aws-sdk-datazone/types.rb', line 5423

class DomainSummary < Struct.new(
  :arn,
  :created_at,
  :description,
  :id,
  :last_updated_at,
  :managed_account_id,
  :name,
  :portal_url,
  :status)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#descriptionString

A description of an Amazon DataZone domain.

Returns:

  • (String)


5423
5424
5425
5426
5427
5428
5429
5430
5431
5432
5433
5434
5435
# File 'lib/aws-sdk-datazone/types.rb', line 5423

class DomainSummary < Struct.new(
  :arn,
  :created_at,
  :description,
  :id,
  :last_updated_at,
  :managed_account_id,
  :name,
  :portal_url,
  :status)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#idString

The ID of the Amazon DataZone domain.

Returns:

  • (String)


5423
5424
5425
5426
5427
5428
5429
5430
5431
5432
5433
5434
5435
# File 'lib/aws-sdk-datazone/types.rb', line 5423

class DomainSummary < Struct.new(
  :arn,
  :created_at,
  :description,
  :id,
  :last_updated_at,
  :managed_account_id,
  :name,
  :portal_url,
  :status)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#last_updated_atTime

A timestamp of when a Amazon DataZone domain was last updated.

Returns:

  • (Time)


5423
5424
5425
5426
5427
5428
5429
5430
5431
5432
5433
5434
5435
# File 'lib/aws-sdk-datazone/types.rb', line 5423

class DomainSummary < Struct.new(
  :arn,
  :created_at,
  :description,
  :id,
  :last_updated_at,
  :managed_account_id,
  :name,
  :portal_url,
  :status)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#managed_account_idString

The identifier of the Amazon Web Services account that manages the domain.

Returns:

  • (String)


5423
5424
5425
5426
5427
5428
5429
5430
5431
5432
5433
5434
5435
# File 'lib/aws-sdk-datazone/types.rb', line 5423

class DomainSummary < Struct.new(
  :arn,
  :created_at,
  :description,
  :id,
  :last_updated_at,
  :managed_account_id,
  :name,
  :portal_url,
  :status)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#nameString

A name of an Amazon DataZone domain.

Returns:

  • (String)


5423
5424
5425
5426
5427
5428
5429
5430
5431
5432
5433
5434
5435
# File 'lib/aws-sdk-datazone/types.rb', line 5423

class DomainSummary < Struct.new(
  :arn,
  :created_at,
  :description,
  :id,
  :last_updated_at,
  :managed_account_id,
  :name,
  :portal_url,
  :status)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#portal_urlString

The data portal URL for the Amazon DataZone domain.

Returns:

  • (String)


5423
5424
5425
5426
5427
5428
5429
5430
5431
5432
5433
5434
5435
# File 'lib/aws-sdk-datazone/types.rb', line 5423

class DomainSummary < Struct.new(
  :arn,
  :created_at,
  :description,
  :id,
  :last_updated_at,
  :managed_account_id,
  :name,
  :portal_url,
  :status)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#statusString

The status of the Amazon DataZone domain.

Returns:

  • (String)


5423
5424
5425
5426
5427
5428
5429
5430
5431
5432
5433
5434
5435
# File 'lib/aws-sdk-datazone/types.rb', line 5423

class DomainSummary < Struct.new(
  :arn,
  :created_at,
  :description,
  :id,
  :last_updated_at,
  :managed_account_id,
  :name,
  :portal_url,
  :status)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end