Class: Aws::Types::DomainValidationMethodUpdateSummary
- Inherits:
-
Object
- Object
- Aws::Types::DomainValidationMethodUpdateSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#from ⇒ "EMAIL", ...
Returns the value of attribute from.
-
#to ⇒ "EMAIL", ...
Returns the value of attribute to.
Instance Attribute Details
#from ⇒ "EMAIL", ...
Returns the value of attribute from.
508 509 510 |
# File 'sig/types.rbs', line 508 def from @from end |
#to ⇒ "EMAIL", ...
Returns the value of attribute to.
509 510 511 |
# File 'sig/types.rbs', line 509 def to @to end |