Class: Aws::Types::SegmentGroup
- Inherits:
-
Object
- Object
- Aws::Types::SegmentGroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dimensions ⇒ ::Array[Types::SegmentDimensions]
Returns the value of attribute dimensions.
-
#source_segments ⇒ ::Array[Types::SegmentReference]
Returns the value of attribute source_segments.
-
#source_type ⇒ "ALL", ...
Returns the value of attribute source_type.
-
#type ⇒ "ALL", ...
Returns the value of attribute type.
Instance Attribute Details
#dimensions ⇒ ::Array[Types::SegmentDimensions]
Returns the value of attribute dimensions.
2665 2666 2667 |
# File 'sig/types.rbs', line 2665 def dimensions @dimensions end |
#source_segments ⇒ ::Array[Types::SegmentReference]
Returns the value of attribute source_segments.
2666 2667 2668 |
# File 'sig/types.rbs', line 2666 def source_segments @source_segments end |
#source_type ⇒ "ALL", ...
Returns the value of attribute source_type.
2667 2668 2669 |
# File 'sig/types.rbs', line 2667 def source_type @source_type end |
#type ⇒ "ALL", ...
Returns the value of attribute type.
2668 2669 2670 |
# File 'sig/types.rbs', line 2668 def type @type end |