Class: Aws::Types::MergeProfilesRequest
- Inherits:
-
Object
- Object
- Aws::Types::MergeProfilesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#field_source_profile_ids ⇒ Types::FieldSourceProfileIds
Returns the value of attribute field_source_profile_ids.
-
#main_profile_id ⇒ ::String
Returns the value of attribute main_profile_id.
-
#profile_ids_to_be_merged ⇒ ::Array[::String]
Returns the value of attribute profile_ids_to_be_merged.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
2124 2125 2126 |
# File 'sig/types.rbs', line 2124 def domain_name @domain_name end |
#field_source_profile_ids ⇒ Types::FieldSourceProfileIds
Returns the value of attribute field_source_profile_ids.
2127 2128 2129 |
# File 'sig/types.rbs', line 2127 def field_source_profile_ids @field_source_profile_ids end |
#main_profile_id ⇒ ::String
Returns the value of attribute main_profile_id.
2125 2126 2127 |
# File 'sig/types.rbs', line 2125 def main_profile_id @main_profile_id end |
#profile_ids_to_be_merged ⇒ ::Array[::String]
Returns the value of attribute profile_ids_to_be_merged.
2126 2127 2128 |
# File 'sig/types.rbs', line 2126 def profile_ids_to_be_merged @profile_ids_to_be_merged end |