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.
1472 1473 1474 |
# File 'sig/types.rbs', line 1472 def identity_provider_configs @identity_provider_configs end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1473 1474 1475 |
# File 'sig/types.rbs', line 1473 def next_token @next_token end |