Struct rusoto_route53::CreateQueryLoggingConfigResponse[][src]

pub struct CreateQueryLoggingConfigResponse {
    pub location: String,
    pub query_logging_config: QueryLoggingConfig,
}

Fields

The unique URL representing the new query logging configuration.

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.

Trait Implementations

impl Default for CreateQueryLoggingConfigResponse
[src]

Returns the "default value" for a type. Read more

impl Debug for CreateQueryLoggingConfigResponse
[src]

Formats the value using the given formatter. Read more

impl Clone for CreateQueryLoggingConfigResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for CreateQueryLoggingConfigResponse
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations