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)


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

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")


2377
2378
2379
# File 'sig/types.rbs', line 2377

def verification_method
  @verification_method
end