Class: Aws::Types::KafkaClusterOAuthIamJwtBearer

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)


805
806
807
# File 'sig/types.rbs', line 805

def audience
  @audience
end

#signing_algorithm"RS256", "ES384"

Returns the value of attribute signing_algorithm.

Returns:

  • ("RS256", "ES384")


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.

Returns:

  • (::String)


807
808
809
# File 'sig/types.rbs', line 807

def token_request_secret_arn
  @token_request_secret_arn
end