Class: Aws::SecurityAgent::Types::DeleteTargetDomainOutput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#target_domain_idString

The unique identifier of the deleted target domain.

Returns:

  • (String)


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