Struct aws_sdk_resourcegroups::output::SearchResourcesOutput [−][src]
#[non_exhaustive]pub struct SearchResourcesOutput {
pub resource_identifiers: Option<Vec<ResourceIdentifier>>,
pub next_token: Option<String>,
pub query_errors: Option<Vec<QueryError>>,
}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_identifiers: Option<Vec<ResourceIdentifier>>The ARNs and resource types of resources that are members of the group that you specified.
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.
query_errors: Option<Vec<QueryError>>A list of QueryError objects. Each error is an object that contains
ErrorCode and Message structures. Possible values for
ErrorCode are CLOUDFORMATION_STACK_INACTIVE and
CLOUDFORMATION_STACK_NOT_EXISTING.
Implementations
Creates a new builder-style object to manufacture SearchResourcesOutput
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 SearchResourcesOutput
impl Send for SearchResourcesOutput
impl Sync for SearchResourcesOutput
impl Unpin for SearchResourcesOutput
impl UnwindSafe for SearchResourcesOutput
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