Class: Aws::ObservabilityAdmin::Types::GetTelemetryRuleOutput

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

#created_time_stampInteger

The timestamp when the telemetry rule was created.

Returns:

  • (Integer)


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_stampInteger

The timestamp when the telemetry rule was last updated.

Returns:

  • (Integer)


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_arnString

The Amazon Resource Name (ARN) of the telemetry rule.

Returns:

  • (String)


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_nameString

The name of the telemetry rule.

Returns:

  • (String)


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_ruleTypes::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