Class: Aws::SecurityAgent::Types::DeleteTargetDomainOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::DeleteTargetDomainOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityagent/types.rb
Overview
Output for the DeleteTargetDomain operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#target_domain_id ⇒ String
The unique identifier of the deleted target domain.
Instance Attribute Details
#target_domain_id ⇒ String
The unique identifier of the deleted target domain.
1389 1390 1391 1392 1393 |
# File 'lib/aws-sdk-securityagent/types.rb', line 1389 class DeleteTargetDomainOutput < Struct.new( :target_domain_id) SENSITIVE = [] include Aws::Structure end |