Class: Aws::Types::CreateUserPoolReplicaRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#region_name::String

Returns the value of attribute region_name.

Returns:

  • (::String)


733
734
735
# File 'sig/types.rbs', line 733

def region_name
  @region_name
end

#user_pool_id::String

Returns the value of attribute user_pool_id.

Returns:

  • (::String)


732
733
734
# File 'sig/types.rbs', line 732

def user_pool_id
  @user_pool_id
end

#user_pool_tags::Hash[::String, ::String]

Returns the value of attribute user_pool_tags.

Returns:

  • (::Hash[::String, ::String])


734
735
736
# File 'sig/types.rbs', line 734

def user_pool_tags
  @user_pool_tags
end