Class: Aws::ObservabilityAdmin::Types::ListResourceTelemetryForOrganizationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ObservabilityAdmin::Types::ListResourceTelemetryForOrganizationInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-observabilityadmin/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_identifiers ⇒ Array<String>
A list of Amazon Web Services accounts used to filter the resources to those associated with the specified accounts.
-
#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 in the organization which have a
ResourceIdentifierstarting with theResourceIdentifierPrefix. -
#resource_tags ⇒ Hash<String,String>
A key-value pair to filter resources in the organization based on tags associated with the resource.
-
#resource_types ⇒ Array<String>
A list of resource types used to filter resources in the organization.
-
#telemetry_configuration_state ⇒ Hash<String,String>
A key-value pair to filter resources in the organization based on the telemetry type and the state of the telemetry configuration.
Instance Attribute Details
#account_identifiers ⇒ Array<String>
A list of Amazon Web Services accounts used to filter the resources to those associated with the specified accounts.
1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 1333 class ListResourceTelemetryForOrganizationInput < Struct.new( :account_identifiers, :resource_identifier_prefix, :resource_types, :telemetry_configuration_state, :resource_tags, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
A number field used to limit the number of results within the returned list.
1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 1333 class ListResourceTelemetryForOrganizationInput < Struct.new( :account_identifiers, :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 provides this token.
1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 1333 class ListResourceTelemetryForOrganizationInput < Struct.new( :account_identifiers, :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 in the organization which have a ResourceIdentifier starting with the ResourceIdentifierPrefix.
1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 1333 class ListResourceTelemetryForOrganizationInput < Struct.new( :account_identifiers, :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 in the organization based on tags associated with the resource. Fore more information about tags, see [What are tags?][1]
[1]: docs.aws.amazon.com/whitepapers/latest/tagging-best-practices/what-are-tags.html
1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 1333 class ListResourceTelemetryForOrganizationInput < Struct.new( :account_identifiers, :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 in the organization. If this parameter is provided, the resources will be returned in the same order used in the request.
1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 1333 class ListResourceTelemetryForOrganizationInput < Struct.new( :account_identifiers, :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 in the organization based on the telemetry type and the state of the telemetry configuration. The key is the telemetry type and the value is the state.
1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 1333 class ListResourceTelemetryForOrganizationInput < Struct.new( :account_identifiers, :resource_identifier_prefix, :resource_types, :telemetry_configuration_state, :resource_tags, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |