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.
405 406 407 |
# File 'sig/types.rbs', line 405 def next_token @next_token end |
#telemetry_configurations ⇒ ::Array[Types::TelemetryConfiguration]
Returns the value of attribute telemetry_configurations.
404 405 406 |
# File 'sig/types.rbs', line 404 def telemetry_configurations @telemetry_configurations end |