Class: Aws::Types::ListResourceTelemetryOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListResourceTelemetryOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#telemetry_configurations ⇒ ::Array[Types::TelemetryConfiguration]
Returns the value of attribute telemetry_configurations.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
400 401 402 |
# File 'sig/types.rbs', line 400 def next_token @next_token end |
#telemetry_configurations ⇒ ::Array[Types::TelemetryConfiguration]
Returns the value of attribute telemetry_configurations.
399 400 401 |
# File 'sig/types.rbs', line 399 def telemetry_configurations @telemetry_configurations end |