Class: Aws::CognitoIdentityProvider::Types::AddCustomAttributesRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cognitoidentityprovider/types.rb

Overview

Represents the request to add custom attributes.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#custom_attributesArray<Types::SchemaAttributeType>

An array of custom attributes, such as Mutable and Name.

Returns:



114
115
116
117
118
119
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 114

class AddCustomAttributesRequest < Struct.new(
  :user_pool_id,
  :custom_attributes)
  SENSITIVE = []
  include Aws::Structure
end

#user_pool_idString

The user pool ID for the user pool where you want to add custom attributes.

Returns:

  • (String)


114
115
116
117
118
119
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 114

class AddCustomAttributesRequest < Struct.new(
  :user_pool_id,
  :custom_attributes)
  SENSITIVE = []
  include Aws::Structure
end