Class: Aws::Types::IdentityPool

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#allow_classic_flowBoolean

Returns the value of attribute allow_classic_flow.

Returns:



169
170
171
# File 'sig/types.rbs', line 169

def allow_classic_flow
  @allow_classic_flow
end

#allow_unauthenticated_identitiesBoolean

Returns the value of attribute allow_unauthenticated_identities.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



175
176
177
# File 'sig/types.rbs', line 175

def identity_pool_tags
  @identity_pool_tags
end

#open_id_connect_provider_arns::Array[::String]

Returns the value of attribute open_id_connect_provider_arns.

Returns:



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.

Returns:



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.

Returns:



170
171
172
# File 'sig/types.rbs', line 170

def 
  
end