Class: Aws::Types::AzElSegment

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#az_el_list ⇒ ::Array[Types::TimeAzEl]

Returns the value of attribute az_el_list.

Returns:



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.

Returns:

  • (::Time)


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