Class: Aws::Types::TimeAzEl

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#az ⇒ ::Float

Returns the value of attribute az.

Returns:

  • (::Float)


1157
1158
1159
# File 'sig/types.rbs', line 1157

def az
  @az
end

#dt ⇒ ::Float

Returns the value of attribute dt.

Returns:

  • (::Float)


1156
1157
1158
# File 'sig/types.rbs', line 1156

def dt
  @dt
end

#el ⇒ ::Float

Returns the value of attribute el.

Returns:

  • (::Float)


1158
1159
1160
# File 'sig/types.rbs', line 1158

def el
  @el
end