Class: Aws::SecurityAgent::Types::DeleteTargetDomainInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::DeleteTargetDomainInput
- Defined in:
- gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb
Overview
Input for deleting a target domain
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#target_domain_id ⇒ String
Unique identifier of the target domain to delete.
Instance Attribute Details
#target_domain_id ⇒ String
Unique identifier of the target domain to delete
1344 1345 1346 1347 1348 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1344 class DeleteTargetDomainInput < Struct.new( :target_domain_id) SENSITIVE = [] include Aws::Structure end |