Class: Aws::ObservabilityAdmin::Types::GetTelemetryRuleOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ObservabilityAdmin::Types::GetTelemetryRuleOutput
- Defined in:
- gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_time_stamp ⇒ Integer
The timestamp when the telemetry rule was created.
-
#last_update_time_stamp ⇒ Integer
The timestamp when the telemetry rule was last updated.
-
#rule_arn ⇒ String
The Amazon Resource Name (ARN) of the telemetry rule.
-
#rule_name ⇒ String
The name of the telemetry rule.
-
#telemetry_rule ⇒ Types::TelemetryRule
The configuration details of the telemetry rule.
Instance Attribute Details
#created_time_stamp ⇒ Integer
The timestamp when the telemetry rule was created.
272 273 274 275 276 277 278 279 280 |
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 272 class GetTelemetryRuleOutput < Struct.new( :rule_name, :rule_arn, :created_time_stamp, :last_update_time_stamp, :telemetry_rule) SENSITIVE = [] include Aws::Structure end |
#last_update_time_stamp ⇒ Integer
The timestamp when the telemetry rule was last updated.
272 273 274 275 276 277 278 279 280 |
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 272 class GetTelemetryRuleOutput < Struct.new( :rule_name, :rule_arn, :created_time_stamp, :last_update_time_stamp, :telemetry_rule) SENSITIVE = [] include Aws::Structure end |
#rule_arn ⇒ String
The Amazon Resource Name (ARN) of the telemetry rule.
272 273 274 275 276 277 278 279 280 |
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 272 class GetTelemetryRuleOutput < Struct.new( :rule_name, :rule_arn, :created_time_stamp, :last_update_time_stamp, :telemetry_rule) SENSITIVE = [] include Aws::Structure end |
#rule_name ⇒ String
The name of the telemetry rule.
272 273 274 275 276 277 278 279 280 |
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 272 class GetTelemetryRuleOutput < Struct.new( :rule_name, :rule_arn, :created_time_stamp, :last_update_time_stamp, :telemetry_rule) SENSITIVE = [] include Aws::Structure end |
#telemetry_rule ⇒ Types::TelemetryRule
The configuration details of the telemetry rule.
272 273 274 275 276 277 278 279 280 |
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 272 class GetTelemetryRuleOutput < Struct.new( :rule_name, :rule_arn, :created_time_stamp, :last_update_time_stamp, :telemetry_rule) SENSITIVE = [] include Aws::Structure end |