Struct aws_sdk_shield::output::ListResourcesInProtectionGroupOutput [−][src]
#[non_exhaustive]pub struct ListResourcesInProtectionGroupOutput {
pub resource_arns: Option<Vec<String>>,
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.resource_arns: Option<Vec<String>>
The Amazon Resource Names (ARNs) of the resources that are included in the protection group.
next_token: Option<String>
If you specify a value for MaxResults
and you have more resources in the protection group 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
The Amazon Resource Names (ARNs) of the resources that are included in the protection group.
If you specify a value for MaxResults
and you have more resources in the protection group 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 ListResourcesInProtectionGroupOutput
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 Send for ListResourcesInProtectionGroupOutput
impl Sync for ListResourcesInProtectionGroupOutput
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