[−][src]Struct rusoto_route53::ListQueryLoggingConfigsRequest
Fields
hosted_zone_id: Option<String>
(Optional) If you want to list the query logging configuration that is associated with a hosted zone, specify the ID in HostedZoneId
.
If you don't specify a hosted zone ID, ListQueryLoggingConfigs
returns all of the configurations that are associated with the current AWS account.
max_results: Option<String>
(Optional) The maximum number of query logging configurations that you want Amazon Route 53 to return in response to the current request. If the current AWS account has more than MaxResults
configurations, use the value of NextToken in the response to get the next page of results.
If you don't specify a value for MaxResults
, Route 53 returns up to 100 configurations.
next_token: Option<String>
(Optional) If the current AWS account has more than MaxResults
query logging configurations, use NextToken
to get the second and subsequent pages of results.
For the first ListQueryLoggingConfigs
request, omit this value.
For the second and subsequent requests, get the value of NextToken
from the previous response and specify that value for NextToken
in the request.
Trait Implementations
impl PartialEq<ListQueryLoggingConfigsRequest> for ListQueryLoggingConfigsRequest
[src]
fn eq(&self, other: &ListQueryLoggingConfigsRequest) -> bool
[src]
fn ne(&self, other: &ListQueryLoggingConfigsRequest) -> bool
[src]
impl Default for ListQueryLoggingConfigsRequest
[src]
impl Clone for ListQueryLoggingConfigsRequest
[src]
fn clone(&self) -> ListQueryLoggingConfigsRequest
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for ListQueryLoggingConfigsRequest
[src]
Auto Trait Implementations
impl Send for ListQueryLoggingConfigsRequest
impl Sync for ListQueryLoggingConfigsRequest
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
impl<T, U> TryFrom for T where
T: From<U>,
[src]
T: From<U>,
type Error = !
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId
[src]
impl<T> Erased for T
impl<T> Same for T
type Output = T
Should always be Self