Class: Aws::Types::ListIdentityProviderConfigsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListIdentityProviderConfigsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#identity_provider_configs ⇒ ::Array[Types::IdentityProviderConfig]
Returns the value of attribute identity_provider_configs.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#identity_provider_configs ⇒ ::Array[Types::IdentityProviderConfig]
Returns the value of attribute identity_provider_configs.
1350 1351 1352 |
# File 'sig/types.rbs', line 1350 def identity_provider_configs @identity_provider_configs end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1351 1352 1353 |
# File 'sig/types.rbs', line 1351 def next_token @next_token end |