Class: Aws::PrometheusService::Types::QueryLoggingConfigurationMetadata

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#created_atTime

The date and time when the query logging configuration was created.

Returns:

  • (Time)


2178
2179
2180
2181
2182
2183
2184
2185
2186
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 2178

class QueryLoggingConfigurationMetadata < Struct.new(
  :status,
  :workspace,
  :destinations,
  :created_at,
  :modified_at)
  SENSITIVE = []
  include Aws::Structure
end

#destinationsArray<Types::LoggingDestination>

The configured destinations for the query logging configuration.

Returns:



2178
2179
2180
2181
2182
2183
2184
2185
2186
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 2178

class QueryLoggingConfigurationMetadata < Struct.new(
  :status,
  :workspace,
  :destinations,
  :created_at,
  :modified_at)
  SENSITIVE = []
  include Aws::Structure
end

#modified_atTime

The date and time when the query logging configuration was last modified.

Returns:

  • (Time)


2178
2179
2180
2181
2182
2183
2184
2185
2186
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 2178

class QueryLoggingConfigurationMetadata < Struct.new(
  :status,
  :workspace,
  :destinations,
  :created_at,
  :modified_at)
  SENSITIVE = []
  include Aws::Structure
end

#statusTypes::QueryLoggingConfigurationStatus

The current status of the query logging configuration.



2178
2179
2180
2181
2182
2183
2184
2185
2186
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 2178

class QueryLoggingConfigurationMetadata < Struct.new(
  :status,
  :workspace,
  :destinations,
  :created_at,
  :modified_at)
  SENSITIVE = []
  include Aws::Structure
end

#workspaceString

The ID of the workspace associated with this query logging configuration.

Returns:

  • (String)


2178
2179
2180
2181
2182
2183
2184
2185
2186
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 2178

class QueryLoggingConfigurationMetadata < Struct.new(
  :status,
  :workspace,
  :destinations,
  :created_at,
  :modified_at)
  SENSITIVE = []
  include Aws::Structure
end