Class: Aws::ConnectHealth::Types::DeleteDomainOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectHealth::Types::DeleteDomainOutput
- Defined in:
- gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the Domain that was requested for deletion.
-
#domain_id ⇒ String
The id of the Domain requested for deletion.
-
#status ⇒ String
Current status of Domain.
Instance Attribute Details
#arn ⇒ String
The ARN of the Domain that was requested for deletion
380 381 382 383 384 385 386 |
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 380 class DeleteDomainOutput < Struct.new( :domain_id, :arn, :status) SENSITIVE = [] include Aws::Structure end |
#domain_id ⇒ String
The id of the Domain requested for deletion
380 381 382 383 384 385 386 |
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 380 class DeleteDomainOutput < Struct.new( :domain_id, :arn, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Current status of Domain
380 381 382 383 384 385 386 |
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 380 class DeleteDomainOutput < Struct.new( :domain_id, :arn, :status) SENSITIVE = [] include Aws::Structure end |