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
Unique identifier of the target domain.
Instance Attribute Details
#target_domain_id ⇒ String
Unique identifier of the target domain
4141 4142 4143 4144 4145 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 4141 class VerifyTargetDomainInput < Struct.new( :target_domain_id) SENSITIVE = [] include Aws::Structure end |