Class: Aws::Types::ValidationTokenDetail
- Inherits:
-
Object
- Object
- Aws::Types::ValidationTokenDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain ⇒ ::String
Returns the value of attribute domain.
-
#redirect_from ⇒ ::String
Returns the value of attribute redirect_from.
-
#redirect_to ⇒ ::String
Returns the value of attribute redirect_to.
Instance Attribute Details
#domain ⇒ ::String
Returns the value of attribute domain.
4191 4192 4193 |
# File 'sig/types.rbs', line 4191 def domain @domain end |
#redirect_from ⇒ ::String
Returns the value of attribute redirect_from.
4193 4194 4195 |
# File 'sig/types.rbs', line 4193 def redirect_from @redirect_from end |
#redirect_to ⇒ ::String
Returns the value of attribute redirect_to.
4192 4193 4194 |
# File 'sig/types.rbs', line 4192 def redirect_to @redirect_to end |