Class: Aws::SecurityAgent::Types::VerifyTargetDomainInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb

Overview

Input for verifying ownership for a registered target domain in an agent space.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#target_domain_idString

The unique identifier of the target domain to verify.

Returns:

  • (String)


5360
5361
5362
5363
5364
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 5360

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