Struct aws_sdk_ec2::input::ResetFpgaImageAttributeInput
source · #[non_exhaustive]pub struct ResetFpgaImageAttributeInput { /* private fields */ }
Implementations§
source§impl ResetFpgaImageAttributeInput
impl ResetFpgaImageAttributeInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ResetFpgaImageAttribute, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ResetFpgaImageAttribute, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ResetFpgaImageAttribute
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ResetFpgaImageAttributeInput
.
source§impl ResetFpgaImageAttributeInput
impl ResetFpgaImageAttributeInput
sourcepub fn dry_run(&self) -> Option<bool>
pub fn dry_run(&self) -> Option<bool>
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation
. Otherwise, it is UnauthorizedOperation
.
sourcepub fn fpga_image_id(&self) -> Option<&str>
pub fn fpga_image_id(&self) -> Option<&str>
The ID of the AFI.
sourcepub fn attribute(&self) -> Option<&ResetFpgaImageAttributeName>
pub fn attribute(&self) -> Option<&ResetFpgaImageAttributeName>
The attribute.
Trait Implementations§
source§impl Clone for ResetFpgaImageAttributeInput
impl Clone for ResetFpgaImageAttributeInput
source§fn clone(&self) -> ResetFpgaImageAttributeInput
fn clone(&self) -> ResetFpgaImageAttributeInput
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 ResetFpgaImageAttributeInput
impl Debug for ResetFpgaImageAttributeInput
source§impl PartialEq<ResetFpgaImageAttributeInput> for ResetFpgaImageAttributeInput
impl PartialEq<ResetFpgaImageAttributeInput> for ResetFpgaImageAttributeInput
source§fn eq(&self, other: &ResetFpgaImageAttributeInput) -> bool
fn eq(&self, other: &ResetFpgaImageAttributeInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.