Class: Aws::DataZone::Types::DomainSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::DomainSummary
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
A summary of a Amazon DataZone domain.
Constant Summary collapse
- SENSITIVE =
[:name, :description]
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.
7360 7361 7362 7363 7364 7365 7366 7367 7368 7369 7370 7371 7372 7373 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7360 class DomainSummary < Struct.new( :id, :name, :description, :arn, :managed_account_id, :status, :portal_url, :created_at, :last_updated_at, :domain_version) SENSITIVE = [:name, :description] include Aws::Structure end |
#created_at ⇒ Time
A timestamp of when a Amazon DataZone domain was created.
7360 7361 7362 7363 7364 7365 7366 7367 7368 7369 7370 7371 7372 7373 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7360 class DomainSummary < Struct.new( :id, :name, :description, :arn, :managed_account_id, :status, :portal_url, :created_at, :last_updated_at, :domain_version) SENSITIVE = [:name, :description] include Aws::Structure end |
#description ⇒ String
A description of an Amazon DataZone domain.
7360 7361 7362 7363 7364 7365 7366 7367 7368 7369 7370 7371 7372 7373 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7360 class DomainSummary < Struct.new( :id, :name, :description, :arn, :managed_account_id, :status, :portal_url, :created_at, :last_updated_at, :domain_version) SENSITIVE = [:name, :description] include Aws::Structure end |
#domain_version ⇒ String
The domain version.
7360 7361 7362 7363 7364 7365 7366 7367 7368 7369 7370 7371 7372 7373 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7360 class DomainSummary < Struct.new( :id, :name, :description, :arn, :managed_account_id, :status, :portal_url, :created_at, :last_updated_at, :domain_version) SENSITIVE = [:name, :description] include Aws::Structure end |
#id ⇒ String
The ID of the Amazon DataZone domain.
7360 7361 7362 7363 7364 7365 7366 7367 7368 7369 7370 7371 7372 7373 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7360 class DomainSummary < Struct.new( :id, :name, :description, :arn, :managed_account_id, :status, :portal_url, :created_at, :last_updated_at, :domain_version) SENSITIVE = [:name, :description] include Aws::Structure end |
#last_updated_at ⇒ Time
A timestamp of when a Amazon DataZone domain was last updated.
7360 7361 7362 7363 7364 7365 7366 7367 7368 7369 7370 7371 7372 7373 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7360 class DomainSummary < Struct.new( :id, :name, :description, :arn, :managed_account_id, :status, :portal_url, :created_at, :last_updated_at, :domain_version) SENSITIVE = [:name, :description] include Aws::Structure end |
#managed_account_id ⇒ String
The identifier of the Amazon Web Services account that manages the domain.
7360 7361 7362 7363 7364 7365 7366 7367 7368 7369 7370 7371 7372 7373 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7360 class DomainSummary < Struct.new( :id, :name, :description, :arn, :managed_account_id, :status, :portal_url, :created_at, :last_updated_at, :domain_version) SENSITIVE = [:name, :description] include Aws::Structure end |
#name ⇒ String
A name of an Amazon DataZone domain.
7360 7361 7362 7363 7364 7365 7366 7367 7368 7369 7370 7371 7372 7373 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7360 class DomainSummary < Struct.new( :id, :name, :description, :arn, :managed_account_id, :status, :portal_url, :created_at, :last_updated_at, :domain_version) SENSITIVE = [:name, :description] include Aws::Structure end |
#portal_url ⇒ String
The data portal URL for the Amazon DataZone domain.
7360 7361 7362 7363 7364 7365 7366 7367 7368 7369 7370 7371 7372 7373 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7360 class DomainSummary < Struct.new( :id, :name, :description, :arn, :managed_account_id, :status, :portal_url, :created_at, :last_updated_at, :domain_version) SENSITIVE = [:name, :description] include Aws::Structure end |
#status ⇒ String
The status of the Amazon DataZone domain.
7360 7361 7362 7363 7364 7365 7366 7367 7368 7369 7370 7371 7372 7373 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7360 class DomainSummary < Struct.new( :id, :name, :description, :arn, :managed_account_id, :status, :portal_url, :created_at, :last_updated_at, :domain_version) SENSITIVE = [:name, :description] include Aws::Structure end |