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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1283
1284
1285
1286
1287
1288
1289
# File 'lib/aws-sdk-connectcases/types.rb', line 1283

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

#domain_idString

The unique identifier of the domain.

Returns:

  • (String)


1283
1284
1285
1286
1287
1288
1289
# File 'lib/aws-sdk-connectcases/types.rb', line 1283

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

#nameString

The name of the domain.

Returns:

  • (String)


1283
1284
1285
1286
1287
1288
1289
# File 'lib/aws-sdk-connectcases/types.rb', line 1283

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