Struct aws_sdk_cloudcontrol::client::fluent_builders::ListResources [−][src]
pub struct ListResources<C = DynConnector, M = AwsMiddleware, R = Standard> { /* fields omitted */ }
Expand description
Fluent builder constructing a request to ListResources
.
Returns information about the specified resources. For more information, see Discovering resources in the Amazon Web Services Cloud Control API User Guide.
You can use this action to return information about existing resources in your account and Amazon Web Services Region, whether or not those resources were provisioned using Cloud Control API.
Implementations
impl<C, M, R> ListResources<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> ListResources<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<ListResourcesOutput, SdkError<ListResourcesError>> where
R::Policy: SmithyRetryPolicy<ListResourcesInputOperationOutputAlias, ListResourcesOutput, ListResourcesError, ListResourcesInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<ListResourcesOutput, SdkError<ListResourcesError>> where
R::Policy: SmithyRetryPolicy<ListResourcesInputOperationOutputAlias, ListResourcesOutput, ListResourcesError, ListResourcesInputOperationRetryAlias>,
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
The name of the resource type.
For private resource types, the type version to use in this resource operation. If you do not specify a resource version, CloudFormation uses the default version.
For private resource types, the type version to use in this resource operation. If you do not specify a resource version, CloudFormation uses the default version.
The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) for Cloud Control API to use when performing this resource operation. The role specified must have the permissions required for this operation. The necessary permissions for each event handler are defined in the
handlers
section of the resource type definition schema.
If you do not specify a role, Cloud Control API uses a temporary session created using your Amazon Web Services user credentials.
For more information, see Specifying credentials in the Amazon Web Services Cloud Control API User Guide.
The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) for Cloud Control API to use when performing this resource operation. The role specified must have the permissions required for this operation. The necessary permissions for each event handler are defined in the
handlers
section of the resource type definition schema.
If you do not specify a role, Cloud Control API uses a temporary session created using your Amazon Web Services user credentials.
For more information, see Specifying credentials in the Amazon Web Services Cloud Control API User Guide.
If the previous paginated request didn't return all of the remaining results, the response object's NextToken
parameter value is set to a token. To retrieve the next set of results, call this action again and assign that token to the request object's NextToken
parameter. If there are no remaining results, the previous response object's NextToken
parameter is set to null
.
If the previous paginated request didn't return all of the remaining results, the response object's NextToken
parameter value is set to a token. To retrieve the next set of results, call this action again and assign that token to the request object's NextToken
parameter. If there are no remaining results, the previous response object's NextToken
parameter is set to null
.
The maximum number of results to be returned with a single call. If the number of
available results exceeds this maximum, the response includes a NextToken
value
that you can assign to the NextToken
request parameter to get the next set of
results.
The default is 20
.
The maximum number of results to be returned with a single call. If the number of
available results exceeds this maximum, the response includes a NextToken
value
that you can assign to the NextToken
request parameter to get the next set of
results.
The default is 20
.
The resource model to use to select the resources to return.
The resource model to use to select the resources to return.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !RefUnwindSafe for ListResources<C, M, R>
impl<C, M, R> Unpin for ListResources<C, M, R>
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !UnwindSafe for ListResources<C, M, R>
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