Class: Aws::Types::IdentityPool
- Inherits:
-
Object
- Object
- Aws::Types::IdentityPool
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allow_classic_flow ⇒ Boolean
Returns the value of attribute allow_classic_flow.
-
#allow_unauthenticated_identities ⇒ Boolean
Returns the value of attribute allow_unauthenticated_identities.
-
#cognito_identity_providers ⇒ ::Array[Types::CognitoIdentityProvider]
Returns the value of attribute cognito_identity_providers.
-
#developer_provider_name ⇒ ::String
Returns the value of attribute developer_provider_name.
-
#identity_pool_id ⇒ ::String
Returns the value of attribute identity_pool_id.
-
#identity_pool_name ⇒ ::String
Returns the value of attribute identity_pool_name.
-
#identity_pool_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute identity_pool_tags.
-
#open_id_connect_provider_arns ⇒ ::Array[::String]
Returns the value of attribute open_id_connect_provider_arns.
-
#saml_provider_arns ⇒ ::Array[::String]
Returns the value of attribute saml_provider_arns.
-
#supported_login_providers ⇒ ::Hash[::String, ::String]
Returns the value of attribute supported_login_providers.
Instance Attribute Details
#allow_classic_flow ⇒ Boolean
Returns the value of attribute allow_classic_flow.
169 170 171 |
# File 'sig/types.rbs', line 169 def allow_classic_flow @allow_classic_flow end |
#allow_unauthenticated_identities ⇒ Boolean
Returns the value of attribute allow_unauthenticated_identities.
168 169 170 |
# File 'sig/types.rbs', line 168 def allow_unauthenticated_identities @allow_unauthenticated_identities end |
#cognito_identity_providers ⇒ ::Array[Types::CognitoIdentityProvider]
Returns the value of attribute cognito_identity_providers.
173 174 175 |
# File 'sig/types.rbs', line 173 def cognito_identity_providers @cognito_identity_providers end |
#developer_provider_name ⇒ ::String
Returns the value of attribute developer_provider_name.
171 172 173 |
# File 'sig/types.rbs', line 171 def developer_provider_name @developer_provider_name end |
#identity_pool_id ⇒ ::String
Returns the value of attribute identity_pool_id.
166 167 168 |
# File 'sig/types.rbs', line 166 def identity_pool_id @identity_pool_id end |
#identity_pool_name ⇒ ::String
Returns the value of attribute identity_pool_name.
167 168 169 |
# File 'sig/types.rbs', line 167 def identity_pool_name @identity_pool_name end |
#identity_pool_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute identity_pool_tags.
175 176 177 |
# File 'sig/types.rbs', line 175 def end |
#open_id_connect_provider_arns ⇒ ::Array[::String]
Returns the value of attribute open_id_connect_provider_arns.
172 173 174 |
# File 'sig/types.rbs', line 172 def open_id_connect_provider_arns @open_id_connect_provider_arns end |
#saml_provider_arns ⇒ ::Array[::String]
Returns the value of attribute saml_provider_arns.
174 175 176 |
# File 'sig/types.rbs', line 174 def saml_provider_arns @saml_provider_arns end |
#supported_login_providers ⇒ ::Hash[::String, ::String]
Returns the value of attribute supported_login_providers.
170 171 172 |
# File 'sig/types.rbs', line 170 def supported_login_providers @supported_login_providers end |