Class: Aws::ObservabilityAdmin::Types::ListResourceTelemetryForOrganizationOutput

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 provides this token.



1357
1358
1359
1360
1361
1362
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 1357

class ListResourceTelemetryForOrganizationOutput < 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 organization.



1357
1358
1359
1360
1361
1362
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 1357

class ListResourceTelemetryForOrganizationOutput < Struct.new(
  :telemetry_configurations,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end