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


747
748
749
# File 'sig/types.rbs', line 747

def tags
  @tags
end

#target_domain_name::String

Returns the value of attribute target_domain_name.

Returns:

  • (::String)


745
746
747
# File 'sig/types.rbs', line 745

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


746
747
748
# File 'sig/types.rbs', line 746

def verification_method
  @verification_method
end