Class: Aws::CloudWatch::Types::StartOTelEnrichmentOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::StartOTelEnrichmentOutput
- Defined in:
- gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The date and time that enrichment started for the account.
-
#exclude_filters ⇒ Array<Types::OTelEnrichmentMetricSelector>
The exclude filters that are stored for the account.
-
#include_filters ⇒ Array<Types::OTelEnrichmentMetricSelector>
The include filters that are stored for the account.
-
#updated_at ⇒ Time
The date and time that the enrichment configuration for the account was last stored.
Instance Attribute Details
#created_at ⇒ Time
The date and time that enrichment started 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 |
#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.
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 |