Module: Aws::CognitoIdentity::Client::_UpdateIdentityPoolResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::IdentityPool]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #allow_classic_flow ⇒ Boolean
- #allow_unauthenticated_identities ⇒ Boolean
- #cognito_identity_providers ⇒ ::Array[Types::CognitoIdentityProvider]
- #developer_provider_name ⇒ ::String
- #identity_pool_id ⇒ ::String
- #identity_pool_name ⇒ ::String
- #identity_pool_tags ⇒ ::Hash[::String, ::String]
- #open_id_connect_provider_arns ⇒ ::Array[::String]
- #saml_provider_arns ⇒ ::Array[::String]
- #supported_login_providers ⇒ ::Hash[::String, ::String]
Instance Method Details
#allow_classic_flow ⇒ Boolean
386 |
# File 'sig/client.rbs', line 386
def allow_classic_flow: () -> bool
|
#allow_unauthenticated_identities ⇒ Boolean
385 |
# File 'sig/client.rbs', line 385
def allow_unauthenticated_identities: () -> bool
|
#cognito_identity_providers ⇒ ::Array[Types::CognitoIdentityProvider]
390 |
# File 'sig/client.rbs', line 390
def cognito_identity_providers: () -> ::Array[Types::CognitoIdentityProvider]
|
#developer_provider_name ⇒ ::String
388 |
# File 'sig/client.rbs', line 388
def developer_provider_name: () -> ::String
|
#identity_pool_id ⇒ ::String
383 |
# File 'sig/client.rbs', line 383
def identity_pool_id: () -> ::String
|
#identity_pool_name ⇒ ::String
384 |
# File 'sig/client.rbs', line 384
def identity_pool_name: () -> ::String
|
#identity_pool_tags ⇒ ::Hash[::String, ::String]
392 |
# File 'sig/client.rbs', line 392
def identity_pool_tags: () -> ::Hash[::String, ::String]
|
#open_id_connect_provider_arns ⇒ ::Array[::String]
389 |
# File 'sig/client.rbs', line 389
def open_id_connect_provider_arns: () -> ::Array[::String]
|
#saml_provider_arns ⇒ ::Array[::String]
391 |
# File 'sig/client.rbs', line 391
def saml_provider_arns: () -> ::Array[::String]
|
#supported_login_providers ⇒ ::Hash[::String, ::String]
387 |
# File 'sig/client.rbs', line 387
def supported_login_providers: () -> ::Hash[::String, ::String]
|