Class: Aws::Types::GetCredentialsForIdentityResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetCredentialsForIdentityResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#credentials ⇒ Types::Credentials
Returns the value of attribute credentials.
-
#identity_id ⇒ ::String
Returns the value of attribute identity_id.
Instance Attribute Details
#credentials ⇒ Types::Credentials
Returns the value of attribute credentials.
88 89 90 |
# File 'sig/types.rbs', line 88 def credentials @credentials end |
#identity_id ⇒ ::String
Returns the value of attribute identity_id.
87 88 89 |
# File 'sig/types.rbs', line 87 def identity_id @identity_id end |