Class: Aws::CognitoIdentityProvider::Types::AddCustomAttributesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::AddCustomAttributesRequest
- 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
-
#custom_attributes ⇒ Array<Types::SchemaAttributeType>
An array of custom attributes, such as Mutable and Name.
-
#user_pool_id ⇒ String
The user pool ID for the user pool where you want to add custom attributes.
Instance Attribute Details
#custom_attributes ⇒ Array<Types::SchemaAttributeType>
An array of custom attributes, such as Mutable and Name.
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_id ⇒ String
The user pool ID for the user pool where you want to add custom attributes.
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 |