Class: Aws::Types::Edge

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aliases::Array[Types::Alias]

Returns the value of attribute aliases.

Returns:



125
126
127
# File 'sig/types.rbs', line 125

def aliases
  @aliases
end

#edge_type::String

Returns the value of attribute edge_type.

Returns:

  • (::String)


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.

Returns:

  • (::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.

Returns:



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.

Returns:

  • (::Integer)


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.

Returns:



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.

Returns:

  • (::Time)


121
122
123
# File 'sig/types.rbs', line 121

def start_time
  @start_time
end

#summary_statisticsTypes::EdgeStatistics

Returns the value of attribute summary_statistics.



123
124
125
# File 'sig/types.rbs', line 123

def summary_statistics
  @summary_statistics
end