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
The unique identifier of the target domain to delete.
Instance Attribute Details
#target_domain_id ⇒ String
The unique identifier of the target domain to delete.
2029 2030 2031 2032 2033 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 2029 class DeleteTargetDomainInput < Struct.new( :target_domain_id) SENSITIVE = [] include Aws::Structure end |