Class: Aws::Types::GetOpenIdTokenInput
- Inherits:
-
Object
- Object
- Aws::Types::GetOpenIdTokenInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#identity_id ⇒ ::String
Returns the value of attribute identity_id.
-
#logins ⇒ ::Hash[::String, ::String]
Returns the value of attribute logins.
Instance Attribute Details
#identity_id ⇒ ::String
Returns the value of attribute identity_id.
132 133 134 |
# File 'sig/types.rbs', line 132 def identity_id @identity_id end |
#logins ⇒ ::Hash[::String, ::String]
Returns the value of attribute logins.
133 134 135 |
# File 'sig/types.rbs', line 133 def logins @logins end |