Class: Aws::CognitoIdentityProvider::Types::UpdateUserAttributesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::UpdateUserAttributesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Represents the response from the server for the request to update user attributes.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code_delivery_details_list ⇒ Array<Types::CodeDeliveryDetailsType>
The code delivery details list from the server for the request to update user attributes.
Instance Attribute Details
#code_delivery_details_list ⇒ Array<Types::CodeDeliveryDetailsType>
The code delivery details list from the server for the request to update user attributes.
9132 9133 9134 9135 9136 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 9132 class UpdateUserAttributesResponse < Struct.new( :code_delivery_details_list) SENSITIVE = [] include Aws::Structure end |