Class: Aws::Types::GetSegmentMembershipRequest

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)


1430
1431
1432
# File 'sig/types.rbs', line 1430

def domain_name
  @domain_name
end

#profile_ids::Array[::String]

Returns the value of attribute profile_ids.

Returns:

  • (::Array[::String])


1432
1433
1434
# File 'sig/types.rbs', line 1432

def profile_ids
  @profile_ids
end

#segment_definition_name::String

Returns the value of attribute segment_definition_name.

Returns:

  • (::String)


1431
1432
1433
# File 'sig/types.rbs', line 1431

def segment_definition_name
  @segment_definition_name
end