Class: Aws::Types::KafkaClusterOAuthClientCredentialsAssertion
- Inherits:
-
Object
- Object
- Aws::Types::KafkaClusterOAuthClientCredentialsAssertion
- 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.
812 813 814 |
# File 'sig/types.rbs', line 812 def audience @audience end |
#signing_algorithm ⇒ "RS256", "ES384"
Returns the value of attribute signing_algorithm.
813 814 815 |
# File 'sig/types.rbs', line 813 def signing_algorithm @signing_algorithm end |
#token_request_secret_arn ⇒ ::String
Returns the value of attribute token_request_secret_arn.
814 815 816 |
# File 'sig/types.rbs', line 814 def token_request_secret_arn @token_request_secret_arn end |