Class: Aws::ConnectCases::Types::GetDomainResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::GetDomainResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectcases/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_time ⇒ Time
The timestamp when the Cases domain was created.
-
#domain_arn ⇒ String
The Amazon Resource Name (ARN) for the Cases domain.
-
#domain_id ⇒ String
The unique identifier of the Cases domain.
-
#domain_status ⇒ String
The status of the Cases domain.
-
#name ⇒ String
The name of the Cases domain.
-
#tags ⇒ Hash<String,String>
A map of of key-value pairs that represent tags on a resource.
Instance Attribute Details
#created_time ⇒ Time
The timestamp when the Cases domain was created.
1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 |
# File '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_arn ⇒ String
The Amazon Resource Name (ARN) for the Cases domain.
1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 |
# File '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_id ⇒ String
The unique identifier of the Cases domain.
1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 |
# File '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_status ⇒ String
The status of the Cases domain.
1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 |
# File '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 |
#name ⇒ String
The name of the Cases domain.
1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 |
# File '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 |
#tags ⇒ Hash<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.
1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 |
# File '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 |