Class: Aws::Types::DomainValidationMethodUpdateSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#from"EMAIL", ...

Returns the value of attribute from.

Returns:

  • ("EMAIL", "DNS", "HTTP")


508
509
510
# File 'sig/types.rbs', line 508

def from
  @from
end

#to"EMAIL", ...

Returns the value of attribute to.

Returns:

  • ("EMAIL", "DNS", "HTTP")


509
510
511
# File 'sig/types.rbs', line 509

def to
  @to
end