Struct aws_sdk_ec2::input::DescribeVpcAttributeInput
source · #[non_exhaustive]pub struct DescribeVpcAttributeInput { /* private fields */ }
Implementations§
source§impl DescribeVpcAttributeInput
impl DescribeVpcAttributeInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeVpcAttribute, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeVpcAttribute, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeVpcAttribute
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeVpcAttributeInput
.
source§impl DescribeVpcAttributeInput
impl DescribeVpcAttributeInput
sourcepub fn attribute(&self) -> Option<&VpcAttributeName>
pub fn attribute(&self) -> Option<&VpcAttributeName>
The VPC attribute.
Trait Implementations§
source§impl Clone for DescribeVpcAttributeInput
impl Clone for DescribeVpcAttributeInput
source§fn clone(&self) -> DescribeVpcAttributeInput
fn clone(&self) -> DescribeVpcAttributeInput
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 DescribeVpcAttributeInput
impl Debug for DescribeVpcAttributeInput
source§impl PartialEq<DescribeVpcAttributeInput> for DescribeVpcAttributeInput
impl PartialEq<DescribeVpcAttributeInput> for DescribeVpcAttributeInput
source§fn eq(&self, other: &DescribeVpcAttributeInput) -> bool
fn eq(&self, other: &DescribeVpcAttributeInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.