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:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


1110
1111
1112
# File 'sig/types.rbs', line 1110

def sub_segments_expected
  @sub_segments_expected
end