Class: Aws::Types::GetCredentialsForIdentityInput
- Inherits:
-
Object
- Object
- Aws::Types::GetCredentialsForIdentityInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_role_arn ⇒ ::String
Returns the value of attribute custom_role_arn.
-
#identity_id ⇒ ::String
Returns the value of attribute identity_id.
-
#logins ⇒ ::Hash[::String, ::String]
Returns the value of attribute logins.
Instance Attribute Details
#custom_role_arn ⇒ ::String
Returns the value of attribute custom_role_arn.
82 83 84 |
# File 'sig/types.rbs', line 82 def custom_role_arn @custom_role_arn end |
#identity_id ⇒ ::String
Returns the value of attribute identity_id.
80 81 82 |
# File 'sig/types.rbs', line 80 def identity_id @identity_id end |
#logins ⇒ ::Hash[::String, ::String]
Returns the value of attribute logins.
81 82 83 |
# File 'sig/types.rbs', line 81 def logins @logins end |