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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/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)


3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3919

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)


3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3919

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)


3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3919

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)


3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3919

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)


3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3919

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)


3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3919

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)


3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3919

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)


3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3919

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)


3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3919

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