Class: Aws::ConnectCases::Types::DomainSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::DomainSummary
- 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
-
#domain_arn ⇒ String
The Amazon Resource Name (ARN) of the domain.
-
#domain_id ⇒ String
The unique identifier of the domain.
-
#name ⇒ String
The name of the domain.
Instance Attribute Details
#domain_arn ⇒ String
The Amazon Resource Name (ARN) of the domain.
802 803 804 805 806 807 808 |
# File 'lib/aws-sdk-connectcases/types.rb', line 802 class DomainSummary < Struct.new( :domain_arn, :domain_id, :name) SENSITIVE = [] include Aws::Structure end |
#domain_id ⇒ String
The unique identifier of the domain.
802 803 804 805 806 807 808 |
# File 'lib/aws-sdk-connectcases/types.rb', line 802 class DomainSummary < Struct.new( :domain_arn, :domain_id, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the domain.
802 803 804 805 806 807 808 |
# File 'lib/aws-sdk-connectcases/types.rb', line 802 class DomainSummary < Struct.new( :domain_arn, :domain_id, :name) SENSITIVE = [] include Aws::Structure end |