Class: Aws::Types::AddCustomAttributesRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#custom_attributes::Array[Types::SchemaAttributeType]

Returns the value of attribute custom_attributes.

Returns:



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.

Returns:

  • (::String)


41
42
43
# File 'sig/types.rbs', line 41

def user_pool_id
  @user_pool_id
end