Class: Aws::Types::SegmentationDescriptor

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#segment_num::Integer

Returns the value of attribute segment_num.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



1135
1136
1137
# File 'sig/types.rbs', line 1135

def sub_segments_expected
  @sub_segments_expected
end