Class: AwsMskIamSaslSigner::MSKTokenProvider::CallerIdentity
- Inherits:
-
Struct
- Object
- Struct
- AwsMskIamSaslSigner::MSKTokenProvider::CallerIdentity
- Defined in:
- lib/aws-msk-iam-sasl-signer/msk_token_provider.rb
Instance Attribute Summary collapse
-
#account ⇒ Object
Returns the value of attribute account.
-
#arn ⇒ Object
Returns the value of attribute arn.
-
#user_id ⇒ Object
Returns the value of attribute user_id.
Instance Attribute Details
#account ⇒ Object
Returns the value of attribute account
15 16 17 |
# File 'lib/aws-msk-iam-sasl-signer/msk_token_provider.rb', line 15 def account @account end |
#arn ⇒ Object
Returns the value of attribute arn
15 16 17 |
# File 'lib/aws-msk-iam-sasl-signer/msk_token_provider.rb', line 15 def arn @arn end |
#user_id ⇒ Object
Returns the value of attribute user_id
15 16 17 |
# File 'lib/aws-msk-iam-sasl-signer/msk_token_provider.rb', line 15 def user_id @user_id end |