Class: Aws::Types::AddCustomAttributesRequest
- Inherits:
-
Object
- Object
- Aws::Types::AddCustomAttributesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_attributes ⇒ ::Array[Types::SchemaAttributeType]
Returns the value of attribute custom_attributes.
-
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
Instance Attribute Details
#custom_attributes ⇒ ::Array[Types::SchemaAttributeType]
Returns the value of attribute custom_attributes.
42 43 44 |
# File 'sig/types.rbs', line 42 def custom_attributes @custom_attributes end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
41 42 43 |
# File 'sig/types.rbs', line 41 def user_pool_id @user_pool_id end |