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.
-
#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.
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_at ⇒ Time
A timestamp of when a Amazon DataZone domain was created.
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 |
#description ⇒ String
A description of an Amazon DataZone domain.
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 |
#id ⇒ String
The ID of the Amazon DataZone domain.
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_at ⇒ Time
A timestamp of when a Amazon DataZone domain was last updated.
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_id ⇒ String
The identifier of the Amazon Web Services account that manages the domain.
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 |
#name ⇒ String
A name of an Amazon DataZone domain.
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_url ⇒ String
The data portal URL for the Amazon DataZone domain.
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 |
#status ⇒ String
The status of the Amazon DataZone domain.
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 |