Struct aws_sdk_resourcegroups::output::ListGroupsOutput [−][src]
#[non_exhaustive]pub struct ListGroupsOutput {
pub group_identifiers: Option<Vec<GroupIdentifier>>,
pub groups: Option<Vec<Group>>,
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.group_identifiers: Option<Vec<GroupIdentifier>>A list of GroupIdentifier objects. Each identifier is an object that
contains both the Name and the GroupArn.
groups: Option<Vec<Group>>
Deprecated - don't use this field. Use the
GroupIdentifiers response field
instead.
next_token: Option<String>If present, 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.
Implementations
Creates a new builder-style object to manufacture ListGroupsOutput
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 ListGroupsOutput
impl Send for ListGroupsOutput
impl Sync for ListGroupsOutput
impl Unpin for ListGroupsOutput
impl UnwindSafe for ListGroupsOutput
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