Class: Aws::Types::GetIdInput
- Inherits:
-
Object
- Object
- Aws::Types::GetIdInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#identity_pool_id ⇒ ::String
Returns the value of attribute identity_pool_id.
-
#logins ⇒ ::Hash[::String, ::String]
Returns the value of attribute logins.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
93 94 95 |
# File 'sig/types.rbs', line 93 def account_id @account_id end |
#identity_pool_id ⇒ ::String
Returns the value of attribute identity_pool_id.
94 95 96 |
# File 'sig/types.rbs', line 94 def identity_pool_id @identity_pool_id end |
#logins ⇒ ::Hash[::String, ::String]
Returns the value of attribute logins.
95 96 97 |
# File 'sig/types.rbs', line 95 def logins @logins end |