Class: Aws::Types::MergeDeveloperIdentitiesInput
- Inherits:
-
Object
- Object
- Aws::Types::MergeDeveloperIdentitiesInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_user_identifier ⇒ ::String
Returns the value of attribute destination_user_identifier.
-
#developer_provider_name ⇒ ::String
Returns the value of attribute developer_provider_name.
-
#identity_pool_id ⇒ ::String
Returns the value of attribute identity_pool_id.
-
#source_user_identifier ⇒ ::String
Returns the value of attribute source_user_identifier.
Instance Attribute Details
#destination_user_identifier ⇒ ::String
Returns the value of attribute destination_user_identifier.
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.
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.
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.
267 268 269 |
# File 'sig/types.rbs', line 267 def source_user_identifier @source_user_identifier end |