Class: Aws::ConnectCases::Types::CreateDomainResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_arnString

The Amazon Resource Name (ARN) for the Cases domain.

Returns:

  • (String)


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_idString

The unique identifier of the Cases domain.

Returns:

  • (String)


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_statusString

The status of the domain.

Returns:

  • (String)


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