Class: Aws::Types::OpenIdConfiguration

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:



207
208
209
# File 'sig/types.rbs', line 207

def audience
  @audience
end

#issuer::String

Returns the value of attribute issuer.

Returns:



205
206
207
# File 'sig/types.rbs', line 205

def issuer
  @issuer
end

#subject::String

Returns the value of attribute subject.

Returns:



206
207
208
# File 'sig/types.rbs', line 206

def subject
  @subject
end