Struct aws_sdk_shield::output::ListProtectionGroupsOutput [−][src]
#[non_exhaustive]pub struct ListProtectionGroupsOutput {
pub protection_groups: Option<Vec<ProtectionGroup>>,
pub next_token: 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.protection_groups: Option<Vec<ProtectionGroup>>
next_token: Option<String>
If you specify a value for MaxResults
and you have more protection groups than the value of MaxResults, Shield Advanced returns this token that you can use in your next request, to get the next batch of objects.
Implementations
If you specify a value for MaxResults
and you have more protection groups than the value of MaxResults, Shield Advanced returns this token that you can use in your next request, to get the next batch of objects.
Creates a new builder-style object to manufacture ListProtectionGroupsOutput
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 ListProtectionGroupsOutput
impl Send for ListProtectionGroupsOutput
impl Sync for ListProtectionGroupsOutput
impl Unpin for ListProtectionGroupsOutput
impl UnwindSafe for ListProtectionGroupsOutput
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