Class: Aws::ObservabilityAdmin::Types::TelemetryRuleSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb

Overview

A summary of a telemetry rule's key properties.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_time_stampInteger

The timestamp when the telemetry rule was created.

Returns:

  • (Integer)


762
763
764
765
766
767
768
769
770
771
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 762

class TelemetryRuleSummary < Struct.new(
  :rule_name,
  :rule_arn,
  :created_time_stamp,
  :last_update_time_stamp,
  :resource_type,
  :telemetry_type)
  SENSITIVE = []
  include Aws::Structure
end

#last_update_time_stampInteger

The timestamp when the telemetry rule was last modified.

Returns:

  • (Integer)


762
763
764
765
766
767
768
769
770
771
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 762

class TelemetryRuleSummary < Struct.new(
  :rule_name,
  :rule_arn,
  :created_time_stamp,
  :last_update_time_stamp,
  :resource_type,
  :telemetry_type)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The type of Amazon Web Services resource the rule applies to.

Returns:

  • (String)


762
763
764
765
766
767
768
769
770
771
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 762

class TelemetryRuleSummary < Struct.new(
  :rule_name,
  :rule_arn,
  :created_time_stamp,
  :last_update_time_stamp,
  :resource_type,
  :telemetry_type)
  SENSITIVE = []
  include Aws::Structure
end

#rule_arnString

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

Returns:

  • (String)


762
763
764
765
766
767
768
769
770
771
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 762

class TelemetryRuleSummary < Struct.new(
  :rule_name,
  :rule_arn,
  :created_time_stamp,
  :last_update_time_stamp,
  :resource_type,
  :telemetry_type)
  SENSITIVE = []
  include Aws::Structure
end

#rule_nameString

The name of the telemetry rule.

Returns:

  • (String)


762
763
764
765
766
767
768
769
770
771
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 762

class TelemetryRuleSummary < Struct.new(
  :rule_name,
  :rule_arn,
  :created_time_stamp,
  :last_update_time_stamp,
  :resource_type,
  :telemetry_type)
  SENSITIVE = []
  include Aws::Structure
end

#telemetry_typeString

The type of telemetry (Logs, Metrics, or Traces) the rule configures.

Returns:

  • (String)


762
763
764
765
766
767
768
769
770
771
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 762

class TelemetryRuleSummary < Struct.new(
  :rule_name,
  :rule_arn,
  :created_time_stamp,
  :last_update_time_stamp,
  :resource_type,
  :telemetry_type)
  SENSITIVE = []
  include Aws::Structure
end