Class: Aws::Types::InitiateProviderRegistrationOutput
- Inherits:
-
Object
- Object
- Aws::Types::InitiateProviderRegistrationOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#csrf_state ⇒ ::String
Returns the value of attribute csrf_state.
-
#redirect_to ⇒ ::String
Returns the value of attribute redirect_to.
Instance Attribute Details
#csrf_state ⇒ ::String
Returns the value of attribute csrf_state.
1251 1252 1253 |
# File 'sig/types.rbs', line 1251 def csrf_state @csrf_state end |
#redirect_to ⇒ ::String
Returns the value of attribute redirect_to.
1250 1251 1252 |
# File 'sig/types.rbs', line 1250 def redirect_to @redirect_to end |