Class: Aws::DataZone::Types::GetDomainOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::GetDomainOutput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the specified Amazon DataZone domain.
-
#created_at ⇒ Time
The timestamp of when the Amazon DataZone domain was created.
-
#delete_progress ⇒ Types::DeleteProgress
The progress of the current domain deletion, including the number of projects that Amazon DataZone successfully deleted.
-
#description ⇒ String
The description of the Amazon DataZone domain.
-
#domain_execution_role ⇒ String
The domain execution role with which the Amazon DataZone domain is created.
-
#domain_version ⇒ String
The version of the domain.
-
#failure_reasons ⇒ Array<Types::FailureReason>
The list of failure reasons for resources that Amazon DataZone could not delete during a cascade deletion of the domain.
-
#id ⇒ String
The identifier of the specified Amazon DataZone domain.
-
#kms_key_identifier ⇒ String
The identifier of the Amazon Web Services Key Management Service (KMS) key that is used to encrypt the Amazon DataZone domain, metadata, and reporting data.
-
#last_updated_at ⇒ Time
The timestamp of when the Amazon DataZone domain was last updated.
-
#name ⇒ String
The name of the Amazon DataZone domain.
-
#portal_url ⇒ String
The URL of the data portal for this Amazon DataZone domain.
-
#root_domain_unit_id ⇒ String
The ID of the root domain in Amazon Datazone.
-
#service_role ⇒ String
The service role of the domain.
-
#single_sign_on ⇒ Types::SingleSignOn
The single sing-on option of the specified Amazon DataZone domain.
-
#status ⇒ String
The status of the specified Amazon DataZone domain.
-
#tags ⇒ Hash<String,String>
The tags specified for the Amazon DataZone domain.
Instance Attribute Details
#arn ⇒ String
The ARN of the specified Amazon DataZone domain.
9994 9995 9996 9997 9998 9999 10000 10001 10002 10003 10004 10005 10006 10007 10008 10009 10010 10011 10012 10013 10014 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9994 class GetDomainOutput < Struct.new( :id, :root_domain_unit_id, :name, :description, :single_sign_on, :domain_execution_role, :arn, :kms_key_identifier, :status, :portal_url, :created_at, :last_updated_at, :tags, :domain_version, :service_role, :failure_reasons, :delete_progress) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The timestamp of when the Amazon DataZone domain was created.
9994 9995 9996 9997 9998 9999 10000 10001 10002 10003 10004 10005 10006 10007 10008 10009 10010 10011 10012 10013 10014 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9994 class GetDomainOutput < Struct.new( :id, :root_domain_unit_id, :name, :description, :single_sign_on, :domain_execution_role, :arn, :kms_key_identifier, :status, :portal_url, :created_at, :last_updated_at, :tags, :domain_version, :service_role, :failure_reasons, :delete_progress) SENSITIVE = [] include Aws::Structure end |
#delete_progress ⇒ Types::DeleteProgress
The progress of the current domain deletion, including the number of projects that Amazon DataZone successfully deleted.
9994 9995 9996 9997 9998 9999 10000 10001 10002 10003 10004 10005 10006 10007 10008 10009 10010 10011 10012 10013 10014 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9994 class GetDomainOutput < Struct.new( :id, :root_domain_unit_id, :name, :description, :single_sign_on, :domain_execution_role, :arn, :kms_key_identifier, :status, :portal_url, :created_at, :last_updated_at, :tags, :domain_version, :service_role, :failure_reasons, :delete_progress) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the Amazon DataZone domain.
9994 9995 9996 9997 9998 9999 10000 10001 10002 10003 10004 10005 10006 10007 10008 10009 10010 10011 10012 10013 10014 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9994 class GetDomainOutput < Struct.new( :id, :root_domain_unit_id, :name, :description, :single_sign_on, :domain_execution_role, :arn, :kms_key_identifier, :status, :portal_url, :created_at, :last_updated_at, :tags, :domain_version, :service_role, :failure_reasons, :delete_progress) SENSITIVE = [] include Aws::Structure end |
#domain_execution_role ⇒ String
The domain execution role with which the Amazon DataZone domain is created.
9994 9995 9996 9997 9998 9999 10000 10001 10002 10003 10004 10005 10006 10007 10008 10009 10010 10011 10012 10013 10014 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9994 class GetDomainOutput < Struct.new( :id, :root_domain_unit_id, :name, :description, :single_sign_on, :domain_execution_role, :arn, :kms_key_identifier, :status, :portal_url, :created_at, :last_updated_at, :tags, :domain_version, :service_role, :failure_reasons, :delete_progress) SENSITIVE = [] include Aws::Structure end |
#domain_version ⇒ String
The version of the domain.
9994 9995 9996 9997 9998 9999 10000 10001 10002 10003 10004 10005 10006 10007 10008 10009 10010 10011 10012 10013 10014 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9994 class GetDomainOutput < Struct.new( :id, :root_domain_unit_id, :name, :description, :single_sign_on, :domain_execution_role, :arn, :kms_key_identifier, :status, :portal_url, :created_at, :last_updated_at, :tags, :domain_version, :service_role, :failure_reasons, :delete_progress) SENSITIVE = [] include Aws::Structure end |
#failure_reasons ⇒ Array<Types::FailureReason>
The list of failure reasons for resources that Amazon DataZone could not delete during a cascade deletion of the domain.
9994 9995 9996 9997 9998 9999 10000 10001 10002 10003 10004 10005 10006 10007 10008 10009 10010 10011 10012 10013 10014 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9994 class GetDomainOutput < Struct.new( :id, :root_domain_unit_id, :name, :description, :single_sign_on, :domain_execution_role, :arn, :kms_key_identifier, :status, :portal_url, :created_at, :last_updated_at, :tags, :domain_version, :service_role, :failure_reasons, :delete_progress) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identifier of the specified Amazon DataZone domain.
9994 9995 9996 9997 9998 9999 10000 10001 10002 10003 10004 10005 10006 10007 10008 10009 10010 10011 10012 10013 10014 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9994 class GetDomainOutput < Struct.new( :id, :root_domain_unit_id, :name, :description, :single_sign_on, :domain_execution_role, :arn, :kms_key_identifier, :status, :portal_url, :created_at, :last_updated_at, :tags, :domain_version, :service_role, :failure_reasons, :delete_progress) SENSITIVE = [] include Aws::Structure end |
#kms_key_identifier ⇒ String
The identifier of the Amazon Web Services Key Management Service (KMS) key that is used to encrypt the Amazon DataZone domain, metadata, and reporting data.
9994 9995 9996 9997 9998 9999 10000 10001 10002 10003 10004 10005 10006 10007 10008 10009 10010 10011 10012 10013 10014 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9994 class GetDomainOutput < Struct.new( :id, :root_domain_unit_id, :name, :description, :single_sign_on, :domain_execution_role, :arn, :kms_key_identifier, :status, :portal_url, :created_at, :last_updated_at, :tags, :domain_version, :service_role, :failure_reasons, :delete_progress) SENSITIVE = [] include Aws::Structure end |
#last_updated_at ⇒ Time
The timestamp of when the Amazon DataZone domain was last updated.
9994 9995 9996 9997 9998 9999 10000 10001 10002 10003 10004 10005 10006 10007 10008 10009 10010 10011 10012 10013 10014 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9994 class GetDomainOutput < Struct.new( :id, :root_domain_unit_id, :name, :description, :single_sign_on, :domain_execution_role, :arn, :kms_key_identifier, :status, :portal_url, :created_at, :last_updated_at, :tags, :domain_version, :service_role, :failure_reasons, :delete_progress) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the Amazon DataZone domain.
9994 9995 9996 9997 9998 9999 10000 10001 10002 10003 10004 10005 10006 10007 10008 10009 10010 10011 10012 10013 10014 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9994 class GetDomainOutput < Struct.new( :id, :root_domain_unit_id, :name, :description, :single_sign_on, :domain_execution_role, :arn, :kms_key_identifier, :status, :portal_url, :created_at, :last_updated_at, :tags, :domain_version, :service_role, :failure_reasons, :delete_progress) SENSITIVE = [] include Aws::Structure end |
#portal_url ⇒ String
The URL of the data portal for this Amazon DataZone domain.
9994 9995 9996 9997 9998 9999 10000 10001 10002 10003 10004 10005 10006 10007 10008 10009 10010 10011 10012 10013 10014 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9994 class GetDomainOutput < Struct.new( :id, :root_domain_unit_id, :name, :description, :single_sign_on, :domain_execution_role, :arn, :kms_key_identifier, :status, :portal_url, :created_at, :last_updated_at, :tags, :domain_version, :service_role, :failure_reasons, :delete_progress) SENSITIVE = [] include Aws::Structure end |
#root_domain_unit_id ⇒ String
The ID of the root domain in Amazon Datazone.
9994 9995 9996 9997 9998 9999 10000 10001 10002 10003 10004 10005 10006 10007 10008 10009 10010 10011 10012 10013 10014 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9994 class GetDomainOutput < Struct.new( :id, :root_domain_unit_id, :name, :description, :single_sign_on, :domain_execution_role, :arn, :kms_key_identifier, :status, :portal_url, :created_at, :last_updated_at, :tags, :domain_version, :service_role, :failure_reasons, :delete_progress) SENSITIVE = [] include Aws::Structure end |
#service_role ⇒ String
The service role of the domain.
9994 9995 9996 9997 9998 9999 10000 10001 10002 10003 10004 10005 10006 10007 10008 10009 10010 10011 10012 10013 10014 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9994 class GetDomainOutput < Struct.new( :id, :root_domain_unit_id, :name, :description, :single_sign_on, :domain_execution_role, :arn, :kms_key_identifier, :status, :portal_url, :created_at, :last_updated_at, :tags, :domain_version, :service_role, :failure_reasons, :delete_progress) SENSITIVE = [] include Aws::Structure end |
#single_sign_on ⇒ Types::SingleSignOn
The single sing-on option of the specified Amazon DataZone domain.
9994 9995 9996 9997 9998 9999 10000 10001 10002 10003 10004 10005 10006 10007 10008 10009 10010 10011 10012 10013 10014 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9994 class GetDomainOutput < Struct.new( :id, :root_domain_unit_id, :name, :description, :single_sign_on, :domain_execution_role, :arn, :kms_key_identifier, :status, :portal_url, :created_at, :last_updated_at, :tags, :domain_version, :service_role, :failure_reasons, :delete_progress) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the specified Amazon DataZone domain.
9994 9995 9996 9997 9998 9999 10000 10001 10002 10003 10004 10005 10006 10007 10008 10009 10010 10011 10012 10013 10014 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9994 class GetDomainOutput < Struct.new( :id, :root_domain_unit_id, :name, :description, :single_sign_on, :domain_execution_role, :arn, :kms_key_identifier, :status, :portal_url, :created_at, :last_updated_at, :tags, :domain_version, :service_role, :failure_reasons, :delete_progress) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags specified for the Amazon DataZone domain.
9994 9995 9996 9997 9998 9999 10000 10001 10002 10003 10004 10005 10006 10007 10008 10009 10010 10011 10012 10013 10014 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9994 class GetDomainOutput < Struct.new( :id, :root_domain_unit_id, :name, :description, :single_sign_on, :domain_execution_role, :arn, :kms_key_identifier, :status, :portal_url, :created_at, :last_updated_at, :tags, :domain_version, :service_role, :failure_reasons, :delete_progress) SENSITIVE = [] include Aws::Structure end |