Struct aws_sdk_config::input::BatchGetResourceConfigInput
source · #[non_exhaustive]pub struct BatchGetResourceConfigInput { /* private fields */ }Implementations§
source§impl BatchGetResourceConfigInput
impl BatchGetResourceConfigInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchGetResourceConfig, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchGetResourceConfig, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<BatchGetResourceConfig>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchGetResourceConfigInput.
source§impl BatchGetResourceConfigInput
impl BatchGetResourceConfigInput
sourcepub fn resource_keys(&self) -> Option<&[ResourceKey]>
pub fn resource_keys(&self) -> Option<&[ResourceKey]>
A list of resource keys to be processed with the current request. Each element in the list consists of the resource type and resource ID.
Trait Implementations§
source§impl Clone for BatchGetResourceConfigInput
impl Clone for BatchGetResourceConfigInput
source§fn clone(&self) -> BatchGetResourceConfigInput
fn clone(&self) -> BatchGetResourceConfigInput
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 Debug for BatchGetResourceConfigInput
impl Debug for BatchGetResourceConfigInput
source§impl PartialEq<BatchGetResourceConfigInput> for BatchGetResourceConfigInput
impl PartialEq<BatchGetResourceConfigInput> for BatchGetResourceConfigInput
source§fn eq(&self, other: &BatchGetResourceConfigInput) -> bool
fn eq(&self, other: &BatchGetResourceConfigInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.