Class: Aws::Route53::Types::CreateQueryLoggingConfigResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::CreateQueryLoggingConfigResponse
- Includes:
- Structure
- Defined in:
- 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.
1535 1536 1537 1538 1539 1540 |
# File 'lib/aws-sdk-route53/types.rb', line 1535 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.
1535 1536 1537 1538 1539 1540 |
# File 'lib/aws-sdk-route53/types.rb', line 1535 class CreateQueryLoggingConfigResponse < Struct.new( :query_logging_config, :location) SENSITIVE = [] include Aws::Structure end |