Class: Aws::Types::CognitoUserPoolConfigurationDetail

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


216
217
218
# File 'sig/types.rbs', line 216

def client_ids
  @client_ids
end

#group_configurationTypes::CognitoGroupConfigurationDetail

Returns the value of attribute group_configuration.



218
219
220
# File 'sig/types.rbs', line 218

def group_configuration
  @group_configuration
end

#issuer::String

Returns the value of attribute issuer.

Returns:

  • (::String)


217
218
219
# File 'sig/types.rbs', line 217

def issuer
  @issuer
end

#user_pool_arn::String

Returns the value of attribute user_pool_arn.

Returns:

  • (::String)


215
216
217
# File 'sig/types.rbs', line 215

def user_pool_arn
  @user_pool_arn
end