Class: Aws::ConnectCases::Types::DomainSummary

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

Overview

Object for the summarized details of the domain.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_arnString

The Amazon Resource Name (ARN) of the domain.

Returns:

  • (String)


802
803
804
805
806
807
808
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 802

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

#domain_idString

The unique identifier of the domain.

Returns:

  • (String)


802
803
804
805
806
807
808
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 802

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

#nameString

The name of the domain.

Returns:

  • (String)


802
803
804
805
806
807
808
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 802

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