Class: Aws::Types::MergeProfilesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


2124
2125
2126
# File 'sig/types.rbs', line 2124

def domain_name
  @domain_name
end

#field_source_profile_idsTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


2126
2127
2128
# File 'sig/types.rbs', line 2126

def profile_ids_to_be_merged
  @profile_ids_to_be_merged
end