Module: Aws::CognitoIdentity::Client::_DescribeIdentityPoolResponseSuccess
- 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
149 |
# File 'sig/client.rbs', line 149
def allow_classic_flow: () -> bool
|
#allow_unauthenticated_identities ⇒ Boolean
148 |
# File 'sig/client.rbs', line 148
def allow_unauthenticated_identities: () -> bool
|
#cognito_identity_providers ⇒ ::Array[Types::CognitoIdentityProvider]
153 |
# File 'sig/client.rbs', line 153
def cognito_identity_providers: () -> ::Array[Types::CognitoIdentityProvider]
|
#developer_provider_name ⇒ ::String
151 |
# File 'sig/client.rbs', line 151
def developer_provider_name: () -> ::String
|
#identity_pool_id ⇒ ::String
146 |
# File 'sig/client.rbs', line 146
def identity_pool_id: () -> ::String
|
#identity_pool_name ⇒ ::String
147 |
# File 'sig/client.rbs', line 147
def identity_pool_name: () -> ::String
|
#identity_pool_tags ⇒ ::Hash[::String, ::String]
155 |
# File 'sig/client.rbs', line 155
def identity_pool_tags: () -> ::Hash[::String, ::String]
|
#open_id_connect_provider_arns ⇒ ::Array[::String]
152 |
# File 'sig/client.rbs', line 152
def open_id_connect_provider_arns: () -> ::Array[::String]
|
#saml_provider_arns ⇒ ::Array[::String]
154 |
# File 'sig/client.rbs', line 154
def saml_provider_arns: () -> ::Array[::String]
|
#supported_login_providers ⇒ ::Hash[::String, ::String]
150 |
# File 'sig/client.rbs', line 150
def supported_login_providers: () -> ::Hash[::String, ::String]
|