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

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


1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
# File 'lib/aws-sdk-connectcases/types.rb', line 1946

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

#domain_arnString

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

Returns:

  • (String)


1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
# File 'lib/aws-sdk-connectcases/types.rb', line 1946

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

#domain_idString

The unique identifier of the Cases domain.

Returns:

  • (String)


1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
# File 'lib/aws-sdk-connectcases/types.rb', line 1946

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

#domain_statusString

The status of the Cases domain.

Returns:

  • (String)


1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
# File 'lib/aws-sdk-connectcases/types.rb', line 1946

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

#nameString

The name of the Cases domain.

Returns:

  • (String)


1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
# File 'lib/aws-sdk-connectcases/types.rb', line 1946

class GetDomainResponse < Struct.new(
  :domain_id,
  :domain_arn,
  :name,
  :created_time,
  :domain_status,
  :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>)


1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
# File 'lib/aws-sdk-connectcases/types.rb', line 1946

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