Class: AwsMskIamSaslSigner::MSKTokenProvider::CallerIdentity

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

Instance Attribute Summary collapse

Instance Attribute Details

#accountObject

Returns the value of attribute account

Returns:

  • (Object)

    the current value of account



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

def 
  @account
end

#arnObject

Returns the value of attribute arn

Returns:

  • (Object)

    the current value of arn



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

def arn
  @arn
end

#user_idObject

Returns the value of attribute user_id

Returns:

  • (Object)

    the current value of user_id



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

def user_id
  @user_id
end