Class: Aws::ConnectHealth::Types::DeleteDomainInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectHealth::Types::DeleteDomainInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connecthealth/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_id ⇒ String
The id of the Domain to delete.
Instance Attribute Details
#domain_id ⇒ String
The id of the Domain to delete
360 361 362 363 364 |
# File 'lib/aws-sdk-connecthealth/types.rb', line 360 class DeleteDomainInput < Struct.new( :domain_id) SENSITIVE = [] include Aws::Structure end |