Class: Aws::Types::UpdateTargetDomainInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#target_domain_id::String

Returns the value of attribute target_domain_id.

Returns:

  • (::String)


2374
2375
2376
# File 'sig/types.rbs', line 2374

def target_domain_id
  @target_domain_id
end

#verification_method"DNS_TXT", ...

Returns the value of attribute verification_method.

Returns:

  • ("DNS_TXT", "HTTP_ROUTE", "PRIVATE_VPC")


2375
2376
2377
# File 'sig/types.rbs', line 2375

def verification_method
  @verification_method
end