#[non_exhaustive]pub struct UpdateInstanceProfileInput { /* private fields */ }Implementations§
source§impl UpdateInstanceProfileInput
impl UpdateInstanceProfileInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateInstanceProfile, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateInstanceProfile, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateInstanceProfile>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateInstanceProfileInput.
source§impl UpdateInstanceProfileInput
impl UpdateInstanceProfileInput
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The updated description for your instance profile.
sourcepub fn package_cleanup(&self) -> Option<bool>
pub fn package_cleanup(&self) -> Option<bool>
The updated choice for whether you want to specify package cleanup. The default value is false for private devices.
sourcepub fn exclude_app_packages_from_cleanup(&self) -> Option<&[String]>
pub fn exclude_app_packages_from_cleanup(&self) -> Option<&[String]>
An array of strings that specifies the list of app packages that should not be cleaned up from the device after a test run is over.
The list of packages is only considered if you set packageCleanup to true.
sourcepub fn reboot_after_use(&self) -> Option<bool>
pub fn reboot_after_use(&self) -> Option<bool>
The updated choice for whether you want to reboot the device after use. The default value is true.
Trait Implementations§
source§impl Clone for UpdateInstanceProfileInput
impl Clone for UpdateInstanceProfileInput
source§fn clone(&self) -> UpdateInstanceProfileInput
fn clone(&self) -> UpdateInstanceProfileInput
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 UpdateInstanceProfileInput
impl Debug for UpdateInstanceProfileInput
source§impl PartialEq<UpdateInstanceProfileInput> for UpdateInstanceProfileInput
impl PartialEq<UpdateInstanceProfileInput> for UpdateInstanceProfileInput
source§fn eq(&self, other: &UpdateInstanceProfileInput) -> bool
fn eq(&self, other: &UpdateInstanceProfileInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.