Class: Aws::Types::GetNetworkTelemetryResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#network_telemetry ⇒ ::Array[Types::NetworkTelemetry]

Returns the value of attribute network_telemetry.

Returns:



1107
1108
1109
# File 'sig/types.rbs', line 1107

def network_telemetry
  @network_telemetry
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1108
1109
1110
# File 'sig/types.rbs', line 1108

def next_token
  @next_token
end