Class: Aws::Types::KafkaClusterOAuthClientCredentialsAssertion

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#audience::String

Returns the value of attribute audience.

Returns:

  • (::String)


812
813
814
# File 'sig/types.rbs', line 812

def audience
  @audience
end

#signing_algorithm"RS256", "ES384"

Returns the value of attribute signing_algorithm.

Returns:

  • ("RS256", "ES384")


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.

Returns:

  • (::String)


814
815
816
# File 'sig/types.rbs', line 814

def token_request_secret_arn
  @token_request_secret_arn
end