Class: Aws::Types::AuthorizedTokenIssuer
- Inherits:
-
Object
- Object
- Aws::Types::AuthorizedTokenIssuer
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authorized_audiences ⇒ ::Array[::String]
Returns the value of attribute authorized_audiences.
-
#trusted_token_issuer_arn ⇒ ::String
Returns the value of attribute trusted_token_issuer_arn.
Instance Attribute Details
#authorized_audiences ⇒ ::Array[::String]
Returns the value of attribute authorized_audiences.
162 163 164 |
# File 'sig/types.rbs', line 162 def @authorized_audiences end |
#trusted_token_issuer_arn ⇒ ::String
Returns the value of attribute trusted_token_issuer_arn.
161 162 163 |
# File 'sig/types.rbs', line 161 def trusted_token_issuer_arn @trusted_token_issuer_arn end |