Class: Aws::Types::GetOpenIdTokenResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetOpenIdTokenResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#identity_id ⇒ ::String
Returns the value of attribute identity_id.
-
#token ⇒ ::String
Returns the value of attribute token.
Instance Attribute Details
#identity_id ⇒ ::String
Returns the value of attribute identity_id.
138 139 140 |
# File 'sig/types.rbs', line 138 def identity_id @identity_id end |
#token ⇒ ::String
Returns the value of attribute token.
139 140 141 |
# File 'sig/types.rbs', line 139 def token @token end |