Class: Aws::CloudWatchOmni::Types::DeleteDomainInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchOmni::Types::DeleteDomainInput
- Defined in:
- gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_id ⇒ String
The unique ID of the domain to delete.
Instance Attribute Details
#domain_id ⇒ String
The unique ID of the domain to delete.
1495 1496 1497 1498 1499 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 1495 class DeleteDomainInput < Struct.new( :domain_id) SENSITIVE = [] include Aws::Structure end |