Class: Aws::ObservabilityAdmin::Types::ListResourceTelemetryOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ObservabilityAdmin::Types::ListResourceTelemetryOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-observabilityadmin/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token for the next set of items to return.
-
#telemetry_configurations ⇒ Array<Types::TelemetryConfiguration>
A list of telemetry configurations for Amazon Web Services resources supported by telemetry config in the caller’s account.
Instance Attribute Details
#next_token ⇒ String
The token for the next set of items to return. A previous call generates this token.
1426 1427 1428 1429 1430 1431 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 1426 class ListResourceTelemetryOutput < Struct.new( :telemetry_configurations, :next_token) SENSITIVE = [] include Aws::Structure end |
#telemetry_configurations ⇒ Array<Types::TelemetryConfiguration>
A list of telemetry configurations for Amazon Web Services resources supported by telemetry config in the caller’s account.
1426 1427 1428 1429 1430 1431 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 1426 class ListResourceTelemetryOutput < Struct.new( :telemetry_configurations, :next_token) SENSITIVE = [] include Aws::Structure end |