Class: Aws::CloudWatch::Types::StartOTelEnrichmentOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_at ⇒ Time

The date and time that enrichment started for the account.

Returns:

  • (Time)


6261
6262
6263
6264
6265
6266
6267
6268
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 6261

class StartOTelEnrichmentOutput < Struct.new(
  :include_filters,
  :exclude_filters,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#exclude_filters ⇒ Array<Types::OTelEnrichmentMetricSelector>

The exclude filters that are stored for the account.



6261
6262
6263
6264
6265
6266
6267
6268
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 6261

class StartOTelEnrichmentOutput < Struct.new(
  :include_filters,
  :exclude_filters,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#include_filters ⇒ Array<Types::OTelEnrichmentMetricSelector>

The include filters that are stored for the account.



6261
6262
6263
6264
6265
6266
6267
6268
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 6261

class StartOTelEnrichmentOutput < Struct.new(
  :include_filters,
  :exclude_filters,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_at ⇒ Time

The date and time that the enrichment configuration for the account was last stored.

Returns:

  • (Time)


6261
6262
6263
6264
6265
6266
6267
6268
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 6261

class StartOTelEnrichmentOutput < Struct.new(
  :include_filters,
  :exclude_filters,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end