Struct aws_sdk_ec2::input::ModifyFpgaImageAttributeInput
source · #[non_exhaustive]pub struct ModifyFpgaImageAttributeInput { /* private fields */ }
Implementations§
source§impl ModifyFpgaImageAttributeInput
impl ModifyFpgaImageAttributeInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ModifyFpgaImageAttribute, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ModifyFpgaImageAttribute, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ModifyFpgaImageAttribute
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ModifyFpgaImageAttributeInput
.
source§impl ModifyFpgaImageAttributeInput
impl ModifyFpgaImageAttributeInput
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<&FpgaImageAttributeName>
pub fn attribute(&self) -> Option<&FpgaImageAttributeName>
The name of the attribute.
sourcepub fn operation_type(&self) -> Option<&OperationType>
pub fn operation_type(&self) -> Option<&OperationType>
The operation type.
sourcepub fn user_ids(&self) -> Option<&[String]>
pub fn user_ids(&self) -> Option<&[String]>
The Amazon Web Services account IDs. This parameter is valid only when modifying the loadPermission
attribute.
sourcepub fn user_groups(&self) -> Option<&[String]>
pub fn user_groups(&self) -> Option<&[String]>
The user groups. This parameter is valid only when modifying the loadPermission
attribute.
sourcepub fn product_codes(&self) -> Option<&[String]>
pub fn product_codes(&self) -> Option<&[String]>
The product codes. After you add a product code to an AFI, it can't be removed. This parameter is valid only when modifying the productCodes
attribute.
sourcepub fn load_permission(&self) -> Option<&LoadPermissionModifications>
pub fn load_permission(&self) -> Option<&LoadPermissionModifications>
The load permission for the AFI.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
A description for the AFI.
Trait Implementations§
source§impl Clone for ModifyFpgaImageAttributeInput
impl Clone for ModifyFpgaImageAttributeInput
source§fn clone(&self) -> ModifyFpgaImageAttributeInput
fn clone(&self) -> ModifyFpgaImageAttributeInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq<ModifyFpgaImageAttributeInput> for ModifyFpgaImageAttributeInput
impl PartialEq<ModifyFpgaImageAttributeInput> for ModifyFpgaImageAttributeInput
source§fn eq(&self, other: &ModifyFpgaImageAttributeInput) -> bool
fn eq(&self, other: &ModifyFpgaImageAttributeInput) -> bool
self
and other
values to be equal, and is used
by ==
.