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

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

Instance Attribute Details

#target_domain_idString

The unique identifier of the deleted target domain.

Returns:

  • (String)


2043
2044
2045
2046
2047
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 2043

class DeleteTargetDomainOutput < Struct.new(
  :target_domain_id)
  SENSITIVE = []
  include Aws::Structure
end