Class: Aws::Types::GetSegmentMembershipRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetSegmentMembershipRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#profile_ids ⇒ ::Array[::String]
Returns the value of attribute profile_ids.
-
#segment_definition_name ⇒ ::String
Returns the value of attribute segment_definition_name.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
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.
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.
1431 1432 1433 |
# File 'sig/types.rbs', line 1431 def segment_definition_name @segment_definition_name end |