Class: Aws::SecurityAgent::Types::VerifyTargetDomainInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::VerifyTargetDomainInput
- 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
-
#target_domain_id ⇒ String
The unique identifier of the target domain to verify.
Instance Attribute Details
#target_domain_id ⇒ String
The unique identifier of the target domain to verify.
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 |