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
ResourceIdentifierstarting with theResourceIdentifierPrefix. -
#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.
1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 1403 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.
1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 1403 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.
1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 1403 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]
[1]: docs.aws.amazon.com/whitepapers/latest/tagging-best-practices/what-are-tags.html
1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 1403 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.
1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 1403 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.
1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 1403 class ListResourceTelemetryInput < Struct.new( :resource_identifier_prefix, :resource_types, :telemetry_configuration_state, :resource_tags, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |