Class: Aws::Types::GetNetworkTelemetryResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetNetworkTelemetryResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#network_telemetry ⇒ ::Array[Types::NetworkTelemetry]
Returns the value of attribute network_telemetry.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#network_telemetry ⇒ ::Array[Types::NetworkTelemetry]
Returns the value of attribute network_telemetry.
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.
1108 1109 1110 |
# File 'sig/types.rbs', line 1108 def next_token @next_token end |