Class: Aws::ObservabilityAdmin::Types::GetTelemetryRuleInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#rule_identifierString

The identifier (name or ARN) of the telemetry rule to retrieve.

Returns:

  • (String)


244
245
246
247
248
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 244

class GetTelemetryRuleInput < Struct.new(
  :rule_identifier)
  SENSITIVE = []
  include Aws::Structure
end