Class: Aws::ObservabilityAdmin::Types::GetTelemetryRuleForOrganizationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ObservabilityAdmin::Types::GetTelemetryRuleForOrganizationInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-observabilityadmin/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#rule_identifier ⇒ String
The identifier (name or ARN) of the organization telemetry rule to retrieve.
Instance Attribute Details
#rule_identifier ⇒ String
The identifier (name or ARN) of the organization telemetry rule to retrieve.
992 993 994 995 996 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 992 class GetTelemetryRuleForOrganizationInput < Struct.new( :rule_identifier) SENSITIVE = [] include Aws::Structure end |