Class: Aws::Types::UpdateCognitoUserPoolConfiguration

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


1115
1116
1117
# File 'sig/types.rbs', line 1115

def client_ids
  @client_ids
end

#group_configurationTypes::UpdateCognitoGroupConfiguration

Returns the value of attribute group_configuration.



1116
1117
1118
# File 'sig/types.rbs', line 1116

def group_configuration
  @group_configuration
end

#user_pool_arn::String

Returns the value of attribute user_pool_arn.

Returns:

  • (::String)


1114
1115
1116
# File 'sig/types.rbs', line 1114

def user_pool_arn
  @user_pool_arn
end