Class: Aws::PrometheusService::Types::QueryLoggingConfigurationMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrometheusService::Types::QueryLoggingConfigurationMetadata
- Defined in:
- gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb
Overview
The metadata for a query logging configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The date and time when the query logging configuration was created.
-
#destinations ⇒ Array<Types::LoggingDestination>
The configured destinations for the query logging configuration.
-
#modified_at ⇒ Time
The date and time when the query logging configuration was last modified.
-
#status ⇒ Types::QueryLoggingConfigurationStatus
The current status of the query logging configuration.
-
#workspace ⇒ String
The ID of the workspace associated with this query logging configuration.
Instance Attribute Details
#created_at ⇒ Time
The date and time when the query logging configuration was created.
1625 1626 1627 1628 1629 1630 1631 1632 1633 |
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1625 class QueryLoggingConfigurationMetadata < Struct.new( :status, :workspace, :destinations, :created_at, :modified_at) SENSITIVE = [] include Aws::Structure end |
#destinations ⇒ Array<Types::LoggingDestination>
The configured destinations for the query logging configuration.
1625 1626 1627 1628 1629 1630 1631 1632 1633 |
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1625 class QueryLoggingConfigurationMetadata < Struct.new( :status, :workspace, :destinations, :created_at, :modified_at) SENSITIVE = [] include Aws::Structure end |
#modified_at ⇒ Time
The date and time when the query logging configuration was last modified.
1625 1626 1627 1628 1629 1630 1631 1632 1633 |
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1625 class QueryLoggingConfigurationMetadata < Struct.new( :status, :workspace, :destinations, :created_at, :modified_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::QueryLoggingConfigurationStatus
The current status of the query logging configuration.
1625 1626 1627 1628 1629 1630 1631 1632 1633 |
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1625 class QueryLoggingConfigurationMetadata < Struct.new( :status, :workspace, :destinations, :created_at, :modified_at) SENSITIVE = [] include Aws::Structure end |
#workspace ⇒ String
The ID of the workspace associated with this query logging configuration.
1625 1626 1627 1628 1629 1630 1631 1632 1633 |
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1625 class QueryLoggingConfigurationMetadata < Struct.new( :status, :workspace, :destinations, :created_at, :modified_at) SENSITIVE = [] include Aws::Structure end |