Class: Aws::DataZone::Types::DomainSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::DomainSummary
- 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
-
#arn ⇒ String
The ARN of the Amazon DataZone domain.
-
#created_at ⇒ Time
A timestamp of when a Amazon DataZone domain was created.
-
#description ⇒ String
A description of an Amazon DataZone domain.
-
#domain_version ⇒ String
The domain version.
-
#id ⇒ String
The ID of the Amazon DataZone domain.
-
#last_updated_at ⇒ Time
A timestamp of when a Amazon DataZone domain was last updated.
-
#managed_account_id ⇒ String
The identifier of the Amazon Web Services account that manages the domain.
-
#name ⇒ String
A name of an Amazon DataZone domain.
-
#portal_url ⇒ String
The data portal URL for the Amazon DataZone domain.
-
#status ⇒ String
The status of the Amazon DataZone domain.
Instance Attribute Details
#arn ⇒ String
The ARN of the Amazon DataZone domain.
6771 6772 6773 6774 6775 6776 6777 6778 6779 6780 6781 6782 6783 6784 |
# File 'lib/aws-sdk-datazone/types.rb', line 6771 class DomainSummary < Struct.new( :arn, :created_at, :description, :domain_version, :id, :last_updated_at, :managed_account_id, :name, :portal_url, :status) SENSITIVE = [:description, :name] include Aws::Structure end |
#created_at ⇒ Time
A timestamp of when a Amazon DataZone domain was created.
6771 6772 6773 6774 6775 6776 6777 6778 6779 6780 6781 6782 6783 6784 |
# File 'lib/aws-sdk-datazone/types.rb', line 6771 class DomainSummary < Struct.new( :arn, :created_at, :description, :domain_version, :id, :last_updated_at, :managed_account_id, :name, :portal_url, :status) SENSITIVE = [:description, :name] include Aws::Structure end |
#description ⇒ String
A description of an Amazon DataZone domain.
6771 6772 6773 6774 6775 6776 6777 6778 6779 6780 6781 6782 6783 6784 |
# File 'lib/aws-sdk-datazone/types.rb', line 6771 class DomainSummary < Struct.new( :arn, :created_at, :description, :domain_version, :id, :last_updated_at, :managed_account_id, :name, :portal_url, :status) SENSITIVE = [:description, :name] include Aws::Structure end |
#domain_version ⇒ String
The domain version.
6771 6772 6773 6774 6775 6776 6777 6778 6779 6780 6781 6782 6783 6784 |
# File 'lib/aws-sdk-datazone/types.rb', line 6771 class DomainSummary < Struct.new( :arn, :created_at, :description, :domain_version, :id, :last_updated_at, :managed_account_id, :name, :portal_url, :status) SENSITIVE = [:description, :name] include Aws::Structure end |
#id ⇒ String
The ID of the Amazon DataZone domain.
6771 6772 6773 6774 6775 6776 6777 6778 6779 6780 6781 6782 6783 6784 |
# File 'lib/aws-sdk-datazone/types.rb', line 6771 class DomainSummary < Struct.new( :arn, :created_at, :description, :domain_version, :id, :last_updated_at, :managed_account_id, :name, :portal_url, :status) SENSITIVE = [:description, :name] include Aws::Structure end |
#last_updated_at ⇒ Time
A timestamp of when a Amazon DataZone domain was last updated.
6771 6772 6773 6774 6775 6776 6777 6778 6779 6780 6781 6782 6783 6784 |
# File 'lib/aws-sdk-datazone/types.rb', line 6771 class DomainSummary < Struct.new( :arn, :created_at, :description, :domain_version, :id, :last_updated_at, :managed_account_id, :name, :portal_url, :status) SENSITIVE = [:description, :name] include Aws::Structure end |
#managed_account_id ⇒ String
The identifier of the Amazon Web Services account that manages the domain.
6771 6772 6773 6774 6775 6776 6777 6778 6779 6780 6781 6782 6783 6784 |
# File 'lib/aws-sdk-datazone/types.rb', line 6771 class DomainSummary < Struct.new( :arn, :created_at, :description, :domain_version, :id, :last_updated_at, :managed_account_id, :name, :portal_url, :status) SENSITIVE = [:description, :name] include Aws::Structure end |
#name ⇒ String
A name of an Amazon DataZone domain.
6771 6772 6773 6774 6775 6776 6777 6778 6779 6780 6781 6782 6783 6784 |
# File 'lib/aws-sdk-datazone/types.rb', line 6771 class DomainSummary < Struct.new( :arn, :created_at, :description, :domain_version, :id, :last_updated_at, :managed_account_id, :name, :portal_url, :status) SENSITIVE = [:description, :name] include Aws::Structure end |
#portal_url ⇒ String
The data portal URL for the Amazon DataZone domain.
6771 6772 6773 6774 6775 6776 6777 6778 6779 6780 6781 6782 6783 6784 |
# File 'lib/aws-sdk-datazone/types.rb', line 6771 class DomainSummary < Struct.new( :arn, :created_at, :description, :domain_version, :id, :last_updated_at, :managed_account_id, :name, :portal_url, :status) SENSITIVE = [:description, :name] include Aws::Structure end |
#status ⇒ String
The status of the Amazon DataZone domain.
6771 6772 6773 6774 6775 6776 6777 6778 6779 6780 6781 6782 6783 6784 |
# File 'lib/aws-sdk-datazone/types.rb', line 6771 class DomainSummary < Struct.new( :arn, :created_at, :description, :domain_version, :id, :last_updated_at, :managed_account_id, :name, :portal_url, :status) SENSITIVE = [:description, :name] include Aws::Structure end |