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.
1035 1036 1037 1038 1039 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 1035 class GetTelemetryRuleForOrganizationInput < Struct.new( :rule_identifier) SENSITIVE = [] include Aws::Structure end |