Class: Aws::Types::JWTConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#audience::Array[::String]

Returns the value of attribute audience.

Returns:

  • (::Array[::String])


1700
1701
1702
# File 'sig/types.rbs', line 1700

def audience
  @audience
end

#issuer::String

Returns the value of attribute issuer.

Returns:

  • (::String)


1701
1702
1703
# File 'sig/types.rbs', line 1701

def issuer
  @issuer
end