Class: Aws::ConnectHealth::Types::GetDomainOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectHealth::Types::GetDomainOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connecthealth/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #arn ⇒ String
- #created_at ⇒ Time
- #domain_id ⇒ String
- #encryption_context ⇒ Types::EncryptionContext
- #kms_key_arn ⇒ String
- #name ⇒ String
- #status ⇒ String
-
#tags ⇒ Hash<String,String>
Tags associated with the Domain.
- #web_app_configuration ⇒ Types::WebAppConfiguration
- #web_app_url ⇒ String
Instance Attribute Details
#arn ⇒ String
517 518 519 520 521 522 523 524 525 526 527 528 529 530 |
# File 'lib/aws-sdk-connecthealth/types.rb', line 517 class GetDomainOutput < Struct.new( :domain_id, :arn, :name, :kms_key_arn, :encryption_context, :status, :web_app_url, :web_app_configuration, :created_at, :tags) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
517 518 519 520 521 522 523 524 525 526 527 528 529 530 |
# File 'lib/aws-sdk-connecthealth/types.rb', line 517 class GetDomainOutput < Struct.new( :domain_id, :arn, :name, :kms_key_arn, :encryption_context, :status, :web_app_url, :web_app_configuration, :created_at, :tags) SENSITIVE = [] include Aws::Structure end |
#domain_id ⇒ String
517 518 519 520 521 522 523 524 525 526 527 528 529 530 |
# File 'lib/aws-sdk-connecthealth/types.rb', line 517 class GetDomainOutput < Struct.new( :domain_id, :arn, :name, :kms_key_arn, :encryption_context, :status, :web_app_url, :web_app_configuration, :created_at, :tags) SENSITIVE = [] include Aws::Structure end |
#encryption_context ⇒ Types::EncryptionContext
517 518 519 520 521 522 523 524 525 526 527 528 529 530 |
# File 'lib/aws-sdk-connecthealth/types.rb', line 517 class GetDomainOutput < Struct.new( :domain_id, :arn, :name, :kms_key_arn, :encryption_context, :status, :web_app_url, :web_app_configuration, :created_at, :tags) SENSITIVE = [] include Aws::Structure end |
#kms_key_arn ⇒ String
517 518 519 520 521 522 523 524 525 526 527 528 529 530 |
# File 'lib/aws-sdk-connecthealth/types.rb', line 517 class GetDomainOutput < Struct.new( :domain_id, :arn, :name, :kms_key_arn, :encryption_context, :status, :web_app_url, :web_app_configuration, :created_at, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
517 518 519 520 521 522 523 524 525 526 527 528 529 530 |
# File 'lib/aws-sdk-connecthealth/types.rb', line 517 class GetDomainOutput < Struct.new( :domain_id, :arn, :name, :kms_key_arn, :encryption_context, :status, :web_app_url, :web_app_configuration, :created_at, :tags) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
517 518 519 520 521 522 523 524 525 526 527 528 529 530 |
# File 'lib/aws-sdk-connecthealth/types.rb', line 517 class GetDomainOutput < Struct.new( :domain_id, :arn, :name, :kms_key_arn, :encryption_context, :status, :web_app_url, :web_app_configuration, :created_at, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Tags associated with the Domain
517 518 519 520 521 522 523 524 525 526 527 528 529 530 |
# File 'lib/aws-sdk-connecthealth/types.rb', line 517 class GetDomainOutput < Struct.new( :domain_id, :arn, :name, :kms_key_arn, :encryption_context, :status, :web_app_url, :web_app_configuration, :created_at, :tags) SENSITIVE = [] include Aws::Structure end |
#web_app_configuration ⇒ Types::WebAppConfiguration
517 518 519 520 521 522 523 524 525 526 527 528 529 530 |
# File 'lib/aws-sdk-connecthealth/types.rb', line 517 class GetDomainOutput < Struct.new( :domain_id, :arn, :name, :kms_key_arn, :encryption_context, :status, :web_app_url, :web_app_configuration, :created_at, :tags) SENSITIVE = [] include Aws::Structure end |
#web_app_url ⇒ String
517 518 519 520 521 522 523 524 525 526 527 528 529 530 |
# File 'lib/aws-sdk-connecthealth/types.rb', line 517 class GetDomainOutput < Struct.new( :domain_id, :arn, :name, :kms_key_arn, :encryption_context, :status, :web_app_url, :web_app_configuration, :created_at, :tags) SENSITIVE = [] include Aws::Structure end |