Class: Aws::Types::AzElSegment
- Inherits:
-
Object
- Object
- Aws::Types::AzElSegment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#az_el_list ⇒ ::Array[Types::TimeAzEl]
Returns the value of attribute az_el_list.
-
#reference_epoch ⇒ ::Time
Returns the value of attribute reference_epoch.
-
#valid_time_range ⇒ Types::ISO8601TimeRange
Returns the value of attribute valid_time_range.
Instance Attribute Details
#az_el_list ⇒ ::Array[Types::TimeAzEl]
Returns the value of attribute az_el_list.
86 87 88 |
# File 'sig/types.rbs', line 86 def az_el_list @az_el_list end |
#reference_epoch ⇒ ::Time
Returns the value of attribute reference_epoch.
84 85 86 |
# File 'sig/types.rbs', line 84 def reference_epoch @reference_epoch end |
#valid_time_range ⇒ Types::ISO8601TimeRange
Returns the value of attribute valid_time_range.
85 86 87 |
# File 'sig/types.rbs', line 85 def valid_time_range @valid_time_range end |