Class: Aws::ConnectCases::Types::CreateDomainResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::CreateDomainResponse
- Defined in:
- gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_arn ⇒ String
The Amazon Resource Name (ARN) for the Cases domain.
-
#domain_id ⇒ String
The unique identifier of the Cases domain.
-
#domain_status ⇒ String
The status of the domain.
Instance Attribute Details
#domain_arn ⇒ String
The Amazon Resource Name (ARN) for the Cases domain.
510 511 512 513 514 515 516 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 510 class CreateDomainResponse < Struct.new( :domain_arn, :domain_id, :domain_status) SENSITIVE = [] include Aws::Structure end |
#domain_id ⇒ String
The unique identifier of the Cases domain.
510 511 512 513 514 515 516 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 510 class CreateDomainResponse < Struct.new( :domain_arn, :domain_id, :domain_status) SENSITIVE = [] include Aws::Structure end |
#domain_status ⇒ String
The status of the domain.
510 511 512 513 514 515 516 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 510 class CreateDomainResponse < Struct.new( :domain_arn, :domain_id, :domain_status) SENSITIVE = [] include Aws::Structure end |