Class: Aws::ConnectCases::Types::GetDomainResponse

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

#created_timeTime

The timestamp when the Cases domain was created.

Returns:

  • (Time)


1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 1344

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

#domain_arnString

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

Returns:

  • (String)


1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 1344

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

#domain_idString

The unique identifier of the Cases domain.

Returns:

  • (String)


1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 1344

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

#domain_statusString

The status of the Cases domain.

Returns:

  • (String)


1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 1344

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

#nameString

The name of the Cases domain.

Returns:

  • (String)


1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 1344

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

#tagsHash<String,String>

A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or control access for this resource.

Returns:

  • (Hash<String,String>)


1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 1344

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