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.
1531 1532 1533 |
# File 'sig/types.rbs', line 1531 def next_token @next_token end |
#providers ⇒ ::Array[Types::ProviderDescription]
Returns the value of attribute providers.
1530 1531 1532 |
# File 'sig/types.rbs', line 1530 def providers @providers end |