Class: Aws::ObservabilityAdmin::Types::GetTelemetryRuleForOrganizationInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 organization telemetry rule to retrieve.

Returns:

  • (String)


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