Struct aws_sdk_elasticloadbalancingv2::input::DescribeSslPoliciesInput [−][src]
#[non_exhaustive]pub struct DescribeSslPoliciesInput {
pub names: Option<Vec<String>>,
pub marker: Option<String>,
pub page_size: Option<i32>,
pub load_balancer_type: Option<LoadBalancerTypeEnum>,
}
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.names: Option<Vec<String>>
The names of the policies.
marker: Option<String>
The marker for the next set of results. (You received this marker from a previous call.)
page_size: Option<i32>
The maximum number of results to return with this call.
load_balancer_type: Option<LoadBalancerTypeEnum>
The type of load balancer. The default lists the SSL policies for all load balancers.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeSSLPolicies, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeSSLPolicies, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DescribeSSLPolicies
>
Creates a new builder-style object to manufacture DescribeSslPoliciesInput
The marker for the next set of results. (You received this marker from a previous call.)
The type of load balancer. The default lists the SSL policies for all load balancers.
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
impl RefUnwindSafe for DescribeSslPoliciesInput
impl Send for DescribeSslPoliciesInput
impl Sync for DescribeSslPoliciesInput
impl Unpin for DescribeSslPoliciesInput
impl UnwindSafe for DescribeSslPoliciesInput
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