Class: Aws::ConnectHealth::Types::GetDomainOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Returns:

  • (String)


517
518
519
520
521
522
523
524
525
526
527
528
529
530
# File 'gems/aws-sdk-connecthealth/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_atTime

Returns:

  • (Time)


517
518
519
520
521
522
523
524
525
526
527
528
529
530
# File 'gems/aws-sdk-connecthealth/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_idString

Returns:

  • (String)


517
518
519
520
521
522
523
524
525
526
527
528
529
530
# File 'gems/aws-sdk-connecthealth/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_contextTypes::EncryptionContext



517
518
519
520
521
522
523
524
525
526
527
528
529
530
# File 'gems/aws-sdk-connecthealth/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_arnString

Returns:

  • (String)


517
518
519
520
521
522
523
524
525
526
527
528
529
530
# File 'gems/aws-sdk-connecthealth/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

#nameString

Returns:

  • (String)


517
518
519
520
521
522
523
524
525
526
527
528
529
530
# File 'gems/aws-sdk-connecthealth/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

#statusString

Returns:

  • (String)


517
518
519
520
521
522
523
524
525
526
527
528
529
530
# File 'gems/aws-sdk-connecthealth/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

#tagsHash<String,String>

Tags associated with the Domain

Returns:

  • (Hash<String,String>)


517
518
519
520
521
522
523
524
525
526
527
528
529
530
# File 'gems/aws-sdk-connecthealth/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_configurationTypes::WebAppConfiguration



517
518
519
520
521
522
523
524
525
526
527
528
529
530
# File 'gems/aws-sdk-connecthealth/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_urlString

Returns:

  • (String)


517
518
519
520
521
522
523
524
525
526
527
528
529
530
# File 'gems/aws-sdk-connecthealth/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