Class: Aws::ConnectHealth::Types::CreateDomainOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectHealth::Types::CreateDomainOutput
- Defined in:
- gems/aws-sdk-connecthealth/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
-
#web_app_configuration ⇒ Types::WebAppConfiguration
-
#web_app_url ⇒ String
Instance Attribute Details
#arn ⇒ String
202 203 204 205 206 207 208 209 210 211 212 213 214 |
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 202 class CreateDomainOutput < Struct.new( :domain_id, :arn, :name, :kms_key_arn, :encryption_context, :status, :web_app_url, :web_app_configuration, :created_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
202 203 204 205 206 207 208 209 210 211 212 213 214 |
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 202 class CreateDomainOutput < Struct.new( :domain_id, :arn, :name, :kms_key_arn, :encryption_context, :status, :web_app_url, :web_app_configuration, :created_at) SENSITIVE = [] include Aws::Structure end |
#domain_id ⇒ String
202 203 204 205 206 207 208 209 210 211 212 213 214 |
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 202 class CreateDomainOutput < Struct.new( :domain_id, :arn, :name, :kms_key_arn, :encryption_context, :status, :web_app_url, :web_app_configuration, :created_at) SENSITIVE = [] include Aws::Structure end |
#encryption_context ⇒ Types::EncryptionContext
202 203 204 205 206 207 208 209 210 211 212 213 214 |
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 202 class CreateDomainOutput < Struct.new( :domain_id, :arn, :name, :kms_key_arn, :encryption_context, :status, :web_app_url, :web_app_configuration, :created_at) SENSITIVE = [] include Aws::Structure end |
#kms_key_arn ⇒ String
202 203 204 205 206 207 208 209 210 211 212 213 214 |
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 202 class CreateDomainOutput < Struct.new( :domain_id, :arn, :name, :kms_key_arn, :encryption_context, :status, :web_app_url, :web_app_configuration, :created_at) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
202 203 204 205 206 207 208 209 210 211 212 213 214 |
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 202 class CreateDomainOutput < Struct.new( :domain_id, :arn, :name, :kms_key_arn, :encryption_context, :status, :web_app_url, :web_app_configuration, :created_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
202 203 204 205 206 207 208 209 210 211 212 213 214 |
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 202 class CreateDomainOutput < Struct.new( :domain_id, :arn, :name, :kms_key_arn, :encryption_context, :status, :web_app_url, :web_app_configuration, :created_at) SENSITIVE = [] include Aws::Structure end |
#web_app_configuration ⇒ Types::WebAppConfiguration
202 203 204 205 206 207 208 209 210 211 212 213 214 |
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 202 class CreateDomainOutput < Struct.new( :domain_id, :arn, :name, :kms_key_arn, :encryption_context, :status, :web_app_url, :web_app_configuration, :created_at) SENSITIVE = [] include Aws::Structure end |
#web_app_url ⇒ String
202 203 204 205 206 207 208 209 210 211 212 213 214 |
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 202 class CreateDomainOutput < Struct.new( :domain_id, :arn, :name, :kms_key_arn, :encryption_context, :status, :web_app_url, :web_app_configuration, :created_at) SENSITIVE = [] include Aws::Structure end |