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_list ⇒ ::Array[::String]
Returns the value of attribute authorized_audiences_list.
-
#trusted_token_issuer_arn ⇒ ::String
Returns the value of attribute trusted_token_issuer_arn.
Instance Attribute Details
#authorized_audiences_list ⇒ ::Array[::String]
Returns the value of attribute authorized_audiences_list.
138 139 140 |
# File 'sig/types.rbs', line 138 def @authorized_audiences_list end |
#trusted_token_issuer_arn ⇒ ::String
Returns the value of attribute trusted_token_issuer_arn.
137 138 139 |
# File 'sig/types.rbs', line 137 def trusted_token_issuer_arn @trusted_token_issuer_arn end |