Class: Aws::Types::Group
- Inherits:
-
Object
- Object
- Aws::Types::Group
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dimensions ⇒ ::Array[Types::Dimension]
Returns the value of attribute dimensions.
-
#source_segments ⇒ ::Array[Types::SourceSegment]
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::Dimension]
Returns the value of attribute dimensions.
1583 1584 1585 |
# File 'sig/types.rbs', line 1583 def dimensions @dimensions end |
#source_segments ⇒ ::Array[Types::SourceSegment]
Returns the value of attribute source_segments.
1584 1585 1586 |
# File 'sig/types.rbs', line 1584 def source_segments @source_segments end |
#source_type ⇒ "ALL", ...
Returns the value of attribute source_type.
1585 1586 1587 |
# File 'sig/types.rbs', line 1585 def source_type @source_type end |
#type ⇒ "ALL", ...
Returns the value of attribute type.
1586 1587 1588 |
# File 'sig/types.rbs', line 1586 def type @type end |