Class: Aws::Types::OpenIdConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::OpenIdConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audience ⇒ ::String
Returns the value of attribute audience.
-
#issuer ⇒ ::String
Returns the value of attribute issuer.
-
#subject ⇒ ::String
Returns the value of attribute subject.
Instance Attribute Details
#audience ⇒ ::String
Returns the value of attribute audience.
207 208 209 |
# File 'sig/types.rbs', line 207 def audience @audience end |
#issuer ⇒ ::String
Returns the value of attribute issuer.
205 206 207 |
# File 'sig/types.rbs', line 205 def issuer @issuer end |
#subject ⇒ ::String
Returns the value of attribute subject.
206 207 208 |
# File 'sig/types.rbs', line 206 def subject @subject end |