Class: Aws::Route53::Types::CreateQueryLoggingConfigResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::CreateQueryLoggingConfigResponse
- Defined in:
- gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#location ⇒ String
The unique URL representing the new query logging configuration.
-
#query_logging_config ⇒ Types::QueryLoggingConfig
A complex type that contains the ID for a query logging configuration, the ID of the hosted zone that you want to log queries for, and the ARN for the log group that you want Amazon Route 53 to send query logs to.
Instance Attribute Details
#location ⇒ String
The unique URL representing the new query logging configuration.
1566 1567 1568 1569 1570 1571 |
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 1566 class CreateQueryLoggingConfigResponse < Struct.new( :query_logging_config, :location) SENSITIVE = [] include Aws::Structure end |
#query_logging_config ⇒ Types::QueryLoggingConfig
A complex type that contains the ID for a query logging configuration, the ID of the hosted zone that you want to log queries for, and the ARN for the log group that you want Amazon Route 53 to send query logs to.
1566 1567 1568 1569 1570 1571 |
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 1566 class CreateQueryLoggingConfigResponse < Struct.new( :query_logging_config, :location) SENSITIVE = [] include Aws::Structure end |