Class: Aws::Types::JwtValidationActionAdditionalClaim

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#format"single-string", ...

Returns the value of attribute format.

Returns:

  • ("single-string", "string-array", "space-separated-values")


633
634
635
# File 'sig/types.rbs', line 633

def format
  @format
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


634
635
636
# File 'sig/types.rbs', line 634

def name
  @name
end

#values::Array[::String]

Returns the value of attribute values.

Returns:

  • (::Array[::String])


635
636
637
# File 'sig/types.rbs', line 635

def values
  @values
end