Class: Aws::Types::GetOpenIdTokenForDeveloperIdentityResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetOpenIdTokenForDeveloperIdentityResponse
- 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.
126 127 128 |
# File 'sig/types.rbs', line 126 def identity_id @identity_id end |
#token ⇒ ::String
Returns the value of attribute token.
127 128 129 |
# File 'sig/types.rbs', line 127 def token @token end |