#[non_exhaustive]pub struct ListServiceInstanceProvisionedResourcesInput { /* private fields */ }
Implementations§
source§impl ListServiceInstanceProvisionedResourcesInput
impl ListServiceInstanceProvisionedResourcesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListServiceInstanceProvisionedResources, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListServiceInstanceProvisionedResources, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListServiceInstanceProvisionedResources
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListServiceInstanceProvisionedResourcesInput
.
source§impl ListServiceInstanceProvisionedResourcesInput
impl ListServiceInstanceProvisionedResourcesInput
sourcepub fn service_name(&self) -> Option<&str>
pub fn service_name(&self) -> Option<&str>
The name of the service that serviceInstanceName
is associated to.
sourcepub fn service_instance_name(&self) -> Option<&str>
pub fn service_instance_name(&self) -> Option<&str>
The name of the service instance whose provisioned resources you want.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A token that indicates the location of the next provisioned resource in the array of provisioned resources, after the list of provisioned resources that was previously requested.
Trait Implementations§
source§impl Clone for ListServiceInstanceProvisionedResourcesInput
impl Clone for ListServiceInstanceProvisionedResourcesInput
source§fn clone(&self) -> ListServiceInstanceProvisionedResourcesInput
fn clone(&self) -> ListServiceInstanceProvisionedResourcesInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<ListServiceInstanceProvisionedResourcesInput> for ListServiceInstanceProvisionedResourcesInput
impl PartialEq<ListServiceInstanceProvisionedResourcesInput> for ListServiceInstanceProvisionedResourcesInput
source§fn eq(&self, other: &ListServiceInstanceProvisionedResourcesInput) -> bool
fn eq(&self, other: &ListServiceInstanceProvisionedResourcesInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.