Class: Aws::Types::CreateIdentityPoolInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateIdentityPoolInput
- 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_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.
26 27 28 |
# File 'sig/types.rbs', line 26 def allow_classic_flow @allow_classic_flow end |
#allow_unauthenticated_identities ⇒ Boolean
Returns the value of attribute allow_unauthenticated_identities.
25 26 27 |
# File 'sig/types.rbs', line 25 def allow_unauthenticated_identities @allow_unauthenticated_identities end |
#cognito_identity_providers ⇒ ::Array[Types::CognitoIdentityProvider]
Returns the value of attribute cognito_identity_providers.
30 31 32 |
# File 'sig/types.rbs', line 30 def cognito_identity_providers @cognito_identity_providers end |
#developer_provider_name ⇒ ::String
Returns the value of attribute developer_provider_name.
28 29 30 |
# File 'sig/types.rbs', line 28 def developer_provider_name @developer_provider_name end |
#identity_pool_name ⇒ ::String
Returns the value of attribute identity_pool_name.
24 25 26 |
# File 'sig/types.rbs', line 24 def identity_pool_name @identity_pool_name end |
#identity_pool_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute identity_pool_tags.
32 33 34 |
# File 'sig/types.rbs', line 32 def end |
#open_id_connect_provider_arns ⇒ ::Array[::String]
Returns the value of attribute open_id_connect_provider_arns.
29 30 31 |
# File 'sig/types.rbs', line 29 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.
31 32 33 |
# File 'sig/types.rbs', line 31 def saml_provider_arns @saml_provider_arns end |
#supported_login_providers ⇒ ::Hash[::String, ::String]
Returns the value of attribute supported_login_providers.
27 28 29 |
# File 'sig/types.rbs', line 27 def supported_login_providers @supported_login_providers end |