Struct aws_sdk_cloudfront::input::ListDistributionsByRealtimeLogConfigInput [−][src]
#[non_exhaustive]pub struct ListDistributionsByRealtimeLogConfigInput {
pub marker: Option<String>,
pub max_items: Option<i32>,
pub realtime_log_config_name: Option<String>,
pub realtime_log_config_arn: Option<String>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.marker: Option<String>
Use this field when paginating results to indicate where to begin in your list of
distributions. The response includes distributions in the list that occur after the
marker. To get the next page of the list, set this field’s value to the value of
NextMarker
from the current page’s response.
max_items: Option<i32>
The maximum number of distributions that you want in the response.
realtime_log_config_name: Option<String>
The name of the real-time log configuration whose associated distributions you want to list.
realtime_log_config_arn: Option<String>
The Amazon Resource Name (ARN) of the real-time log configuration whose associated distributions you want to list.
Implementations
pub fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListDistributionsByRealtimeLogConfig, AwsErrorRetryPolicy>, BuildError>
pub fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListDistributionsByRealtimeLogConfig, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<ListDistributionsByRealtimeLogConfig
>
Creates a new builder-style object to manufacture ListDistributionsByRealtimeLogConfigInput
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more