Class: Aws::CloudWatch::Types::UpdateOTelEnrichmentOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::UpdateOTelEnrichmentOutput
- 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 after the replacement.
-
#include_filters ⇒ Array<Types::OTelEnrichmentMetricSelector>
The include filters that are stored for the account after the replacement.
-
#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.
6489 6490 6491 6492 6493 6494 6495 6496 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 6489 class UpdateOTelEnrichmentOutput < 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 after the replacement. This parameter is omitted when the request cleared the exclude filters, which means that nothing is excluded.
6489 6490 6491 6492 6493 6494 6495 6496 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 6489 class UpdateOTelEnrichmentOutput < 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 after the replacement. This parameter is omitted when the request cleared the include filters, which means that every supported namespace is in scope.
6489 6490 6491 6492 6493 6494 6495 6496 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 6489 class UpdateOTelEnrichmentOutput < 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.
6489 6490 6491 6492 6493 6494 6495 6496 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 6489 class UpdateOTelEnrichmentOutput < Struct.new( :include_filters, :exclude_filters, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |