Class: Aws::ObservabilityAdmin::Types::UpdateTelemetryRuleForOrganizationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ObservabilityAdmin::Types::UpdateTelemetryRuleForOrganizationInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-observabilityadmin/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#rule ⇒ Types::TelemetryRule
The new configuration details for the organization telemetry rule, including resource type, telemetry type, and destination configuration.
-
#rule_identifier ⇒ String
The identifier (name or ARN) of the organization telemetry rule to update.
Instance Attribute Details
#rule ⇒ Types::TelemetryRule
The new configuration details for the organization telemetry rule, including resource type, telemetry type, and destination configuration.
2413 2414 2415 2416 2417 2418 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 2413 class UpdateTelemetryRuleForOrganizationInput < Struct.new( :rule_identifier, :rule) SENSITIVE = [] include Aws::Structure end |
#rule_identifier ⇒ String
The identifier (name or ARN) of the organization telemetry rule to update.
2413 2414 2415 2416 2417 2418 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 2413 class UpdateTelemetryRuleForOrganizationInput < Struct.new( :rule_identifier, :rule) SENSITIVE = [] include Aws::Structure end |