Class: Aws::Types::KafkaClusterOAuthIamJwtBearer
- Inherits:
-
Object
- Object
- Aws::Types::KafkaClusterOAuthIamJwtBearer
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audience ⇒ ::String
Returns the value of attribute audience.
-
#signing_algorithm ⇒ "RS256", "ES384"
Returns the value of attribute signing_algorithm.
-
#token_request_secret_arn ⇒ ::String
Returns the value of attribute token_request_secret_arn.
Instance Attribute Details
#audience ⇒ ::String
Returns the value of attribute audience.
805 806 807 |
# File 'sig/types.rbs', line 805 def audience @audience end |
#signing_algorithm ⇒ "RS256", "ES384"
Returns the value of attribute signing_algorithm.
806 807 808 |
# File 'sig/types.rbs', line 806 def signing_algorithm @signing_algorithm end |
#token_request_secret_arn ⇒ ::String
Returns the value of attribute token_request_secret_arn.
807 808 809 |
# File 'sig/types.rbs', line 807 def token_request_secret_arn @token_request_secret_arn end |