Class: Aws::Types::SegmentationDescriptor
- Inherits:
-
Object
- Object
- Aws::Types::SegmentationDescriptor
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#segment_num ⇒ ::Integer
Returns the value of attribute segment_num.
-
#segmentation_event_id ⇒ ::Integer
Returns the value of attribute segmentation_event_id.
-
#segmentation_type_id ⇒ ::Integer
Returns the value of attribute segmentation_type_id.
-
#segmentation_upid ⇒ ::String
Returns the value of attribute segmentation_upid.
-
#segmentation_upid_type ⇒ ::Integer
Returns the value of attribute segmentation_upid_type.
-
#segments_expected ⇒ ::Integer
Returns the value of attribute segments_expected.
-
#sub_segment_num ⇒ ::Integer
Returns the value of attribute sub_segment_num.
-
#sub_segments_expected ⇒ ::Integer
Returns the value of attribute sub_segments_expected.
Instance Attribute Details
#segment_num ⇒ ::Integer
Returns the value of attribute segment_num.
1132 1133 1134 |
# File 'sig/types.rbs', line 1132 def segment_num @segment_num end |
#segmentation_event_id ⇒ ::Integer
Returns the value of attribute segmentation_event_id.
1128 1129 1130 |
# File 'sig/types.rbs', line 1128 def segmentation_event_id @segmentation_event_id end |
#segmentation_type_id ⇒ ::Integer
Returns the value of attribute segmentation_type_id.
1131 1132 1133 |
# File 'sig/types.rbs', line 1131 def segmentation_type_id @segmentation_type_id end |
#segmentation_upid ⇒ ::String
Returns the value of attribute segmentation_upid.
1130 1131 1132 |
# File 'sig/types.rbs', line 1130 def segmentation_upid @segmentation_upid end |
#segmentation_upid_type ⇒ ::Integer
Returns the value of attribute segmentation_upid_type.
1129 1130 1131 |
# File 'sig/types.rbs', line 1129 def segmentation_upid_type @segmentation_upid_type end |
#segments_expected ⇒ ::Integer
Returns the value of attribute segments_expected.
1133 1134 1135 |
# File 'sig/types.rbs', line 1133 def segments_expected @segments_expected end |
#sub_segment_num ⇒ ::Integer
Returns the value of attribute sub_segment_num.
1134 1135 1136 |
# File 'sig/types.rbs', line 1134 def sub_segment_num @sub_segment_num end |
#sub_segments_expected ⇒ ::Integer
Returns the value of attribute sub_segments_expected.
1135 1136 1137 |
# File 'sig/types.rbs', line 1135 def sub_segments_expected @sub_segments_expected end |