Class: Aws::ConnectHealth::Types::DomainSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectHealth::Types::DomainSummary
- Defined in:
- gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb
Overview
Summary information about a Domain.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
-
#created_at ⇒ Time
The timestamp when the Domain was created.
-
#domain_id ⇒ String
The unique identifier of the Domain.
-
#name ⇒ String
-
#status ⇒ String
Instance Attribute Details
#arn ⇒ String
409 410 411 412 413 414 415 416 417 |
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 409 class DomainSummary < Struct.new( :domain_id, :arn, :name, :status, :created_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The timestamp when the Domain was created.
409 410 411 412 413 414 415 416 417 |
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 409 class DomainSummary < Struct.new( :domain_id, :arn, :name, :status, :created_at) SENSITIVE = [] include Aws::Structure end |
#domain_id ⇒ String
The unique identifier of the Domain.
409 410 411 412 413 414 415 416 417 |
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 409 class DomainSummary < Struct.new( :domain_id, :arn, :name, :status, :created_at) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
409 410 411 412 413 414 415 416 417 |
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 409 class DomainSummary < Struct.new( :domain_id, :arn, :name, :status, :created_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
409 410 411 412 413 414 415 416 417 |
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 409 class DomainSummary < Struct.new( :domain_id, :arn, :name, :status, :created_at) SENSITIVE = [] include Aws::Structure end |