Class: Aws::ObservabilityAdmin::Types::ListResourceTelemetryForOrganizationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ObservabilityAdmin::Types::ListResourceTelemetryForOrganizationOutput
- 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 organization.
Instance Attribute Details
#next_token ⇒ String
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_configurations ⇒ Array<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 |