Class: Aws::SecurityAgent::Types::UpdateTargetDomainInput

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

Overview

Input for updating 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 update.

Returns:

  • (String)


4148
4149
4150
4151
4152
4153
# File 'lib/aws-sdk-securityagent/types.rb', line 4148

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

#verification_methodString

The updated verification method for the target domain.

Returns:

  • (String)


4148
4149
4150
4151
4152
4153
# File 'lib/aws-sdk-securityagent/types.rb', line 4148

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