Class: Aws::SecurityAgent::Types::DeleteTargetDomainInput

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

Instance Attribute Details

#target_domain_idString

The unique identifier of the target domain to delete.

Returns:

  • (String)


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