Class: Aws::Types::TimeAzEl
- Inherits:
-
Object
- Object
- Aws::Types::TimeAzEl
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#az ⇒ ::Float
Returns the value of attribute az.
-
#dt ⇒ ::Float
Returns the value of attribute dt.
-
#el ⇒ ::Float
Returns the value of attribute el.
Instance Attribute Details
#az ⇒ ::Float
Returns the value of attribute az.
1157 1158 1159 |
# File 'sig/types.rbs', line 1157 def az @az end |
#dt ⇒ ::Float
Returns the value of attribute dt.
1156 1157 1158 |
# File 'sig/types.rbs', line 1156 def dt @dt end |
#el ⇒ ::Float
Returns the value of attribute el.
1158 1159 1160 |
# File 'sig/types.rbs', line 1158 def el @el end |