Module: Aws::CognitoIdentity::Client::_CreateIdentityPoolResponseSuccess
- 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
87 |
# File 'sig/client.rbs', line 87 def allow_classic_flow: () -> bool |
#allow_unauthenticated_identities ⇒ Boolean
86 |
# File 'sig/client.rbs', line 86 def allow_unauthenticated_identities: () -> bool |
#cognito_identity_providers ⇒ ::Array[Types::CognitoIdentityProvider]
91 |
# File 'sig/client.rbs', line 91 def cognito_identity_providers: () -> ::Array[Types::CognitoIdentityProvider] |
#developer_provider_name ⇒ ::String
89 |
# File 'sig/client.rbs', line 89 def developer_provider_name: () -> ::String |
#identity_pool_id ⇒ ::String
84 |
# File 'sig/client.rbs', line 84 def identity_pool_id: () -> ::String |
#identity_pool_name ⇒ ::String
85 |
# File 'sig/client.rbs', line 85 def identity_pool_name: () -> ::String |
#identity_pool_tags ⇒ ::Hash[::String, ::String]
93 |
# File 'sig/client.rbs', line 93 def identity_pool_tags: () -> ::Hash[::String, ::String] |
#open_id_connect_provider_arns ⇒ ::Array[::String]
90 |
# File 'sig/client.rbs', line 90 def open_id_connect_provider_arns: () -> ::Array[::String] |
#saml_provider_arns ⇒ ::Array[::String]
92 |
# File 'sig/client.rbs', line 92 def saml_provider_arns: () -> ::Array[::String] |
#supported_login_providers ⇒ ::Hash[::String, ::String]
88 |
# File 'sig/client.rbs', line 88 def supported_login_providers: () -> ::Hash[::String, ::String] |