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.
1107 1108 1109 |
# File 'sig/types.rbs', line 1107 def segment_num @segment_num end |
#segmentation_event_id ⇒ ::Integer
Returns the value of attribute segmentation_event_id.
1103 1104 1105 |
# File 'sig/types.rbs', line 1103 def segmentation_event_id @segmentation_event_id end |
#segmentation_type_id ⇒ ::Integer
Returns the value of attribute segmentation_type_id.
1106 1107 1108 |
# File 'sig/types.rbs', line 1106 def segmentation_type_id @segmentation_type_id end |
#segmentation_upid ⇒ ::String
Returns the value of attribute segmentation_upid.
1105 1106 1107 |
# File 'sig/types.rbs', line 1105 def segmentation_upid @segmentation_upid end |
#segmentation_upid_type ⇒ ::Integer
Returns the value of attribute segmentation_upid_type.
1104 1105 1106 |
# File 'sig/types.rbs', line 1104 def segmentation_upid_type @segmentation_upid_type end |
#segments_expected ⇒ ::Integer
Returns the value of attribute segments_expected.
1108 1109 1110 |
# File 'sig/types.rbs', line 1108 def segments_expected @segments_expected end |
#sub_segment_num ⇒ ::Integer
Returns the value of attribute sub_segment_num.
1109 1110 1111 |
# File 'sig/types.rbs', line 1109 def sub_segment_num @sub_segment_num end |
#sub_segments_expected ⇒ ::Integer
Returns the value of attribute sub_segments_expected.
1110 1111 1112 |
# File 'sig/types.rbs', line 1110 def sub_segments_expected @sub_segments_expected end |