Class: Aws::Types::Edge
- Inherits:
-
Object
- Object
- Aws::Types::Edge
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aliases ⇒ ::Array[Types::Alias]
Returns the value of attribute aliases.
-
#edge_type ⇒ ::String
Returns the value of attribute edge_type.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#received_event_age_histogram ⇒ ::Array[Types::HistogramEntry]
Returns the value of attribute received_event_age_histogram.
-
#reference_id ⇒ ::Integer
Returns the value of attribute reference_id.
-
#response_time_histogram ⇒ ::Array[Types::HistogramEntry]
Returns the value of attribute response_time_histogram.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#summary_statistics ⇒ Types::EdgeStatistics
Returns the value of attribute summary_statistics.
Instance Attribute Details
#aliases ⇒ ::Array[Types::Alias]
Returns the value of attribute aliases.
125 126 127 |
# File 'sig/types.rbs', line 125 def aliases @aliases end |
#edge_type ⇒ ::String
Returns the value of attribute edge_type.
126 127 128 |
# File 'sig/types.rbs', line 126 def edge_type @edge_type end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
122 123 124 |
# File 'sig/types.rbs', line 122 def end_time @end_time end |
#received_event_age_histogram ⇒ ::Array[Types::HistogramEntry]
Returns the value of attribute received_event_age_histogram.
127 128 129 |
# File 'sig/types.rbs', line 127 def received_event_age_histogram @received_event_age_histogram end |
#reference_id ⇒ ::Integer
Returns the value of attribute reference_id.
120 121 122 |
# File 'sig/types.rbs', line 120 def reference_id @reference_id end |
#response_time_histogram ⇒ ::Array[Types::HistogramEntry]
Returns the value of attribute response_time_histogram.
124 125 126 |
# File 'sig/types.rbs', line 124 def response_time_histogram @response_time_histogram end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
121 122 123 |
# File 'sig/types.rbs', line 121 def start_time @start_time end |
#summary_statistics ⇒ Types::EdgeStatistics
Returns the value of attribute summary_statistics.
123 124 125 |
# File 'sig/types.rbs', line 123 def summary_statistics @summary_statistics end |