Class: Aws::Types::MergeDeveloperIdentitiesInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination_user_identifier::String

Returns the value of attribute destination_user_identifier.

Returns:

  • (::String)


268
269
270
# File 'sig/types.rbs', line 268

def destination_user_identifier
  @destination_user_identifier
end

#developer_provider_name::String

Returns the value of attribute developer_provider_name.

Returns:

  • (::String)


269
270
271
# File 'sig/types.rbs', line 269

def developer_provider_name
  @developer_provider_name
end

#identity_pool_id::String

Returns the value of attribute identity_pool_id.

Returns:

  • (::String)


270
271
272
# File 'sig/types.rbs', line 270

def identity_pool_id
  @identity_pool_id
end

#source_user_identifier::String

Returns the value of attribute source_user_identifier.

Returns:

  • (::String)


267
268
269
# File 'sig/types.rbs', line 267

def source_user_identifier
  @source_user_identifier
end