Class: Aws::ObservabilityAdmin::Types::GetTelemetryRuleOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ObservabilityAdmin::Types::GetTelemetryRuleOutput
- Includes:
- Structure
- Defined in:
- 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.
1064 1065 1066 1067 1068 1069 1070 1071 1072 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 1064 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.
1064 1065 1066 1067 1068 1069 1070 1071 1072 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 1064 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.
1064 1065 1066 1067 1068 1069 1070 1071 1072 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 1064 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.
1064 1065 1066 1067 1068 1069 1070 1071 1072 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 1064 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.
1064 1065 1066 1067 1068 1069 1070 1071 1072 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 1064 class GetTelemetryRuleOutput < Struct.new( :rule_name, :rule_arn, :created_time_stamp, :last_update_time_stamp, :telemetry_rule) SENSITIVE = [] include Aws::Structure end |