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)


771
772
773
774
775
776
777
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 771

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)


771
772
773
774
775
776
777
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 771

class CreateDomainResponse < Struct.new(
  :domain_arn,
  :domain_id,
  :domain_status)
  SENSITIVE = []
  include Aws::Structure
end

#domain_statusString

The status of the domain.

Returns:

  • (String)


771
772
773
774
775
776
777
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 771

class CreateDomainResponse < Struct.new(
  :domain_arn,
  :domain_id,
  :domain_status)
  SENSITIVE = []
  include Aws::Structure
end