Class: Aws::Types::CognitoUserPoolConfigurationItem

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])


224
225
226
# File 'sig/types.rbs', line 224

def client_ids
  @client_ids
end

#group_configurationTypes::CognitoGroupConfigurationItem

Returns the value of attribute group_configuration.



226
227
228
# File 'sig/types.rbs', line 226

def group_configuration
  @group_configuration
end

#issuer::String

Returns the value of attribute issuer.

Returns:

  • (::String)


225
226
227
# File 'sig/types.rbs', line 225

def issuer
  @issuer
end

#user_pool_arn::String

Returns the value of attribute user_pool_arn.

Returns:

  • (::String)


223
224
225
# File 'sig/types.rbs', line 223

def user_pool_arn
  @user_pool_arn
end