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


754
755
756
# File 'sig/types.rbs', line 754

def tags
  @tags
end

#target_domain_name::String

Returns the value of attribute target_domain_name.

Returns:

  • (::String)


752
753
754
# File 'sig/types.rbs', line 752

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


753
754
755
# File 'sig/types.rbs', line 753

def verification_method
  @verification_method
end