Class: Aws::SecurityAgent::Types::CreateTargetDomainInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::CreateTargetDomainInput
- Defined in:
- gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb
Overview
Input for creating a new target domain
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Hash<String,String>
Tags to associate with the target domain.
-
#target_domain_name ⇒ String
Domain name of the target domain.
-
#verification_method ⇒ String
Verification method for the target domain.
Instance Attribute Details
#tags ⇒ Hash<String,String>
Tags to associate with the target domain
1139 1140 1141 1142 1143 1144 1145 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1139 class CreateTargetDomainInput < Struct.new( :target_domain_name, :verification_method, :tags) SENSITIVE = [] include Aws::Structure end |
#target_domain_name ⇒ String
Domain name of the target domain
1139 1140 1141 1142 1143 1144 1145 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1139 class CreateTargetDomainInput < Struct.new( :target_domain_name, :verification_method, :tags) SENSITIVE = [] include Aws::Structure end |
#verification_method ⇒ String
Verification method for the target domain
1139 1140 1141 1142 1143 1144 1145 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1139 class CreateTargetDomainInput < Struct.new( :target_domain_name, :verification_method, :tags) SENSITIVE = [] include Aws::Structure end |