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)


726
727
728
# File 'sig/types.rbs', line 726

def region_name
  @region_name
end

#user_pool_id::String

Returns the value of attribute user_pool_id.

Returns:

  • (::String)


725
726
727
# File 'sig/types.rbs', line 725

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])


727
728
729
# File 'sig/types.rbs', line 727

def user_pool_tags
  @user_pool_tags
end