#[non_exhaustive]pub struct ListPermissionVersionsOutput {
pub permissions: Option<Vec<ResourceSharePermissionSummary>>,
pub next_token: Option<String>,
/* private fields */
}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.permissions: Option<Vec<ResourceSharePermissionSummary>>An array of objects that contain details for each of the available versions.
next_token: Option<String>If present, this value indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null. This indicates that this is the last page of results.
Implementations§
source§impl ListPermissionVersionsOutput
impl ListPermissionVersionsOutput
sourcepub fn permissions(&self) -> &[ResourceSharePermissionSummary]
pub fn permissions(&self) -> &[ResourceSharePermissionSummary]
An array of objects that contain details for each of the available versions.
If no value was sent for this field, a default will be set. If you want to determine if no value was sent, use .permissions.is_none().
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If present, this value indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null. This indicates that this is the last page of results.
source§impl ListPermissionVersionsOutput
impl ListPermissionVersionsOutput
sourcepub fn builder() -> ListPermissionVersionsOutputBuilder
pub fn builder() -> ListPermissionVersionsOutputBuilder
Creates a new builder-style object to manufacture ListPermissionVersionsOutput.
Trait Implementations§
source§impl Clone for ListPermissionVersionsOutput
impl Clone for ListPermissionVersionsOutput
source§fn clone(&self) -> ListPermissionVersionsOutput
fn clone(&self) -> ListPermissionVersionsOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for ListPermissionVersionsOutput
impl Debug for ListPermissionVersionsOutput
source§impl PartialEq for ListPermissionVersionsOutput
impl PartialEq for ListPermissionVersionsOutput
source§fn eq(&self, other: &ListPermissionVersionsOutput) -> bool
fn eq(&self, other: &ListPermissionVersionsOutput) -> bool
self and other values to be equal, and is used
by ==.source§impl RequestId for ListPermissionVersionsOutput
impl RequestId for ListPermissionVersionsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None if the service could not be reached.