Class: AwsMskIamSaslSigner::MSKTokenProvider::AuthToken

Inherits:
Struct
  • Object
show all
Defined in:
lib/aws-msk-iam-sasl-signer/msk_token_provider.rb

Instance Attribute Summary collapse

Instance Attribute Details

#caller_identityObject

Returns the value of attribute caller_identity

Returns:

  • (Object)

    the current value of 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_msObject

Returns the value of attribute expiration_time_ms

Returns:

  • (Object)

    the current value of 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

#tokenObject

Returns the value of attribute token

Returns:

  • (Object)

    the current value of token



16
17
18
# File 'lib/aws-msk-iam-sasl-signer/msk_token_provider.rb', line 16

def token
  @token
end