Class: Aws::ObservabilityAdmin::Types::CreateTelemetryRuleForOrganizationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ObservabilityAdmin::Types::CreateTelemetryRuleForOrganizationOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-observabilityadmin/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#rule_arn ⇒ String
The Amazon Resource Name (ARN) of the created organization telemetry rule.
Instance Attribute Details
#rule_arn ⇒ String
The Amazon Resource Name (ARN) of the created organization telemetry rule.
520 521 522 523 524 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 520 class CreateTelemetryRuleForOrganizationOutput < Struct.new( :rule_arn) SENSITIVE = [] include Aws::Structure end |