Class: Aws::Types::ListIdentityProvidersResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListIdentityProvidersResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#identity_providers ⇒ ::Array[Types::IdentityProviderSummary]
Returns the value of attribute identity_providers.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#identity_providers ⇒ ::Array[Types::IdentityProviderSummary]
Returns the value of attribute identity_providers.
804 805 806 |
# File 'sig/types.rbs', line 804 def identity_providers @identity_providers end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
803 804 805 |
# File 'sig/types.rbs', line 803 def next_token @next_token end |