Class: Aws::Types::CognitoUserPoolConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_ids::Array[::String]

Returns the value of attribute client_ids.

Returns:

  • (::Array[::String])


209
210
211
# File 'sig/types.rbs', line 209

def client_ids
  @client_ids
end

#group_configurationTypes::CognitoGroupConfiguration

Returns the value of attribute group_configuration.



210
211
212
# File 'sig/types.rbs', line 210

def group_configuration
  @group_configuration
end

#user_pool_arn::String

Returns the value of attribute user_pool_arn.

Returns:

  • (::String)


208
209
210
# File 'sig/types.rbs', line 208

def user_pool_arn
  @user_pool_arn
end