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