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.
1704 1705 1706 1707 1708 1709 1710 1711 1712 |
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1704 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.
1704 1705 1706 1707 1708 1709 1710 1711 1712 |
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1704 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.
1704 1705 1706 1707 1708 1709 1710 1711 1712 |
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1704 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.
1704 1705 1706 1707 1708 1709 1710 1711 1712 |
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1704 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.
1704 1705 1706 1707 1708 1709 1710 1711 1712 |
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1704 class QueryLoggingConfigurationMetadata < Struct.new( :status, :workspace, :destinations, :created_at, :modified_at) SENSITIVE = [] include Aws::Structure end |