Class: Aws::ObservabilityAdmin::Types::ListResourceTelemetryInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ObservabilityAdmin::Types::ListResourceTelemetryInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-observabilityadmin/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
A number field used to limit the number of results within the returned list.
-
#next_token ⇒ String
The token for the next set of items to return.
-
#resource_identifier_prefix ⇒ String
A string used to filter resources which have a ‘ResourceIdentifier` starting with the `ResourceIdentifierPrefix`.
-
#resource_tags ⇒ Hash<String,String>
A key-value pair to filter resources based on tags associated with the resource.
-
#resource_types ⇒ Array<String>
A list of resource types used to filter resources supported by telemetry config.
-
#telemetry_configuration_state ⇒ Hash<String,String>
A key-value pair to filter resources based on the telemetry type and the state of the telemetry configuration.
Instance Attribute Details
#max_results ⇒ Integer
A number field used to limit the number of results within the returned list.
1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 1310 class ListResourceTelemetryInput < Struct.new( :resource_identifier_prefix, :resource_types, :telemetry_configuration_state, :resource_tags, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of items to return. A previous call generates this token.
1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 1310 class ListResourceTelemetryInput < Struct.new( :resource_identifier_prefix, :resource_types, :telemetry_configuration_state, :resource_tags, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#resource_identifier_prefix ⇒ String
A string used to filter resources which have a ‘ResourceIdentifier` starting with the `ResourceIdentifierPrefix`.
1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 1310 class ListResourceTelemetryInput < Struct.new( :resource_identifier_prefix, :resource_types, :telemetry_configuration_state, :resource_tags, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#resource_tags ⇒ Hash<String,String>
A key-value pair to filter resources based on tags associated with the resource. For more information about tags, see [What are tags?]
[1]: docs.aws.amazon.com/whitepapers/latest/tagging-best-practices/what-are-tags.html
1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 1310 class ListResourceTelemetryInput < Struct.new( :resource_identifier_prefix, :resource_types, :telemetry_configuration_state, :resource_tags, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#resource_types ⇒ Array<String>
A list of resource types used to filter resources supported by telemetry config. If this parameter is provided, the resources will be returned in the same order used in the request.
1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 1310 class ListResourceTelemetryInput < Struct.new( :resource_identifier_prefix, :resource_types, :telemetry_configuration_state, :resource_tags, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#telemetry_configuration_state ⇒ Hash<String,String>
A key-value pair to filter resources based on the telemetry type and the state of the telemetry configuration. The key is the telemetry type and the value is the state.
1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 1310 class ListResourceTelemetryInput < Struct.new( :resource_identifier_prefix, :resource_types, :telemetry_configuration_state, :resource_tags, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |