#[non_exhaustive]pub struct ListResourcesInput { /* private fields */ }
Implementations§
source§impl ListResourcesInput
impl ListResourcesInput
sourcepub fn type_version_id(&self) -> Option<&str>
pub fn type_version_id(&self) -> Option<&str>
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.
sourcepub fn role_arn(&self) -> Option<&str>
pub fn role_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role 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.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
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
.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
Reserved.
sourcepub fn resource_model(&self) -> Option<&str>
pub fn resource_model(&self) -> Option<&str>
The resource model to use to select the resources to return.
source§impl ListResourcesInput
impl ListResourcesInput
sourcepub fn builder() -> ListResourcesInputBuilder
pub fn builder() -> ListResourcesInputBuilder
Creates a new builder-style object to manufacture ListResourcesInput
.
source§impl ListResourcesInput
impl ListResourcesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListResources, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<ListResources, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListResources
>
Trait Implementations§
source§impl Clone for ListResourcesInput
impl Clone for ListResourcesInput
source§fn clone(&self) -> ListResourcesInput
fn clone(&self) -> ListResourcesInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for ListResourcesInput
impl Debug for ListResourcesInput
source§impl PartialEq<ListResourcesInput> for ListResourcesInput
impl PartialEq<ListResourcesInput> for ListResourcesInput
source§fn eq(&self, other: &ListResourcesInput) -> bool
fn eq(&self, other: &ListResourcesInput) -> bool
self
and other
values to be equal, and is used
by ==
.