Class: Aws::ObservabilityAdmin::Types::ListResourceTelemetryOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-observabilityadmin/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token for the next set of items to return. A previous call generates this token.

Returns:

  • (String)


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_configurationsArray<Types::TelemetryConfiguration>

A list of telemetry configurations for Amazon Web Services resources supported by telemetry config in the caller’s account.

Returns:



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