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.
1224 1225 1226 |
# File 'sig/types.rbs', line 1224 def csrf_state @csrf_state end |
#redirect_to ⇒ ::String
Returns the value of attribute redirect_to.
1223 1224 1225 |
# File 'sig/types.rbs', line 1223 def redirect_to @redirect_to end |