Class: Aws::Types::AzElSegments
- Inherits:
-
Object
- Object
- Aws::Types::AzElSegments
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#angle_unit ⇒ "DEGREE_ANGLE", "RADIAN"
Returns the value of attribute angle_unit.
-
#az_el_segment_list ⇒ ::Array[Types::AzElSegment]
Returns the value of attribute az_el_segment_list.
Instance Attribute Details
#angle_unit ⇒ "DEGREE_ANGLE", "RADIAN"
Returns the value of attribute angle_unit.
91 92 93 |
# File 'sig/types.rbs', line 91 def angle_unit @angle_unit end |
#az_el_segment_list ⇒ ::Array[Types::AzElSegment]
Returns the value of attribute az_el_segment_list.
92 93 94 |
# File 'sig/types.rbs', line 92 def az_el_segment_list @az_el_segment_list end |