Class: Aws::Types::ListIdentityProvidersResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListIdentityProvidersResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#providers ⇒ ::Array[Types::ProviderDescription]
Returns the value of attribute providers.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1499 1500 1501 |
# File 'sig/types.rbs', line 1499 def next_token @next_token end |
#providers ⇒ ::Array[Types::ProviderDescription]
Returns the value of attribute providers.
1498 1499 1500 |
# File 'sig/types.rbs', line 1498 def providers @providers end |