#[non_exhaustive]pub struct BatchGetViewInput { /* private fields */ }Implementations§
source§impl BatchGetViewInput
impl BatchGetViewInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchGetView, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchGetView, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<BatchGetView>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchGetViewInput.
source§impl BatchGetViewInput
impl BatchGetViewInput
sourcepub fn view_arns(&self) -> Option<&[String]>
pub fn view_arns(&self) -> Option<&[String]>
A list of Amazon resource names (ARNs) that identify the views you want details for.
Trait Implementations§
source§impl Clone for BatchGetViewInput
impl Clone for BatchGetViewInput
source§fn clone(&self) -> BatchGetViewInput
fn clone(&self) -> BatchGetViewInput
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 BatchGetViewInput
impl Debug for BatchGetViewInput
source§impl PartialEq<BatchGetViewInput> for BatchGetViewInput
impl PartialEq<BatchGetViewInput> for BatchGetViewInput
source§fn eq(&self, other: &BatchGetViewInput) -> bool
fn eq(&self, other: &BatchGetViewInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.