Class: Aws::Types::CreateTargetDomainInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


772
773
774
# File 'sig/types.rbs', line 772

def tags
  @tags
end

#target_domain_name::String

Returns the value of attribute target_domain_name.

Returns:

  • (::String)


770
771
772
# File 'sig/types.rbs', line 770

def target_domain_name
  @target_domain_name
end

#verification_method"DNS_TXT", ...

Returns the value of attribute verification_method.

Returns:

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


771
772
773
# File 'sig/types.rbs', line 771

def verification_method
  @verification_method
end