Class: Aws::Types::DomainValidationOption

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


514
515
516
# File 'sig/types.rbs', line 514

def domain_name
  @domain_name
end

#validation_domain::String

Returns the value of attribute validation_domain.

Returns:

  • (::String)


515
516
517
# File 'sig/types.rbs', line 515

def validation_domain
  @validation_domain
end