Class: Aws::Types::CreateIdentityPoolInput

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:

  • (Boolean)


26
27
28
# File 'sig/types.rbs', line 26

def allow_classic_flow
  @allow_classic_flow
end

#allow_unauthenticated_identitiesBoolean

Returns the value of attribute allow_unauthenticated_identities.

Returns:

  • (Boolean)


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.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, ::String])


32
33
34
# File 'sig/types.rbs', line 32

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:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Hash[::String, ::String])


27
28
29
# File 'sig/types.rbs', line 27

def 
  
end