Class: Aws::SecurityAgent::Types::DeleteTargetDomainOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::DeleteTargetDomainOutput
- Defined in:
- gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb
Overview
Output for the DeleteTargetDomain operation
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#target_domain_id ⇒ String
Unique identifier of the deleted target domain.
Instance Attribute Details
#target_domain_id ⇒ String
Unique identifier of the deleted target domain
1358 1359 1360 1361 1362 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1358 class DeleteTargetDomainOutput < Struct.new( :target_domain_id) SENSITIVE = [] include Aws::Structure end |