#[non_exhaustive]pub struct UpdateFlywheelInput { /* private fields */ }Implementations§
source§impl UpdateFlywheelInput
impl UpdateFlywheelInput
sourcepub fn flywheel_arn(&self) -> Option<&str>
pub fn flywheel_arn(&self) -> Option<&str>
The Amazon Resource Number (ARN) of the flywheel to update.
sourcepub fn active_model_arn(&self) -> Option<&str>
pub fn active_model_arn(&self) -> Option<&str>
The Amazon Resource Number (ARN) of the active model version.
sourcepub fn data_access_role_arn(&self) -> Option<&str>
pub fn data_access_role_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend permission to access the flywheel data.
sourcepub fn data_security_config(&self) -> Option<&UpdateDataSecurityConfig>
pub fn data_security_config(&self) -> Option<&UpdateDataSecurityConfig>
Flywheel data security configuration.
source§impl UpdateFlywheelInput
impl UpdateFlywheelInput
sourcepub fn builder() -> UpdateFlywheelInputBuilder
pub fn builder() -> UpdateFlywheelInputBuilder
Creates a new builder-style object to manufacture UpdateFlywheelInput.
source§impl UpdateFlywheelInput
impl UpdateFlywheelInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateFlywheel, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<UpdateFlywheel, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateFlywheel>
Trait Implementations§
source§impl Clone for UpdateFlywheelInput
impl Clone for UpdateFlywheelInput
source§fn clone(&self) -> UpdateFlywheelInput
fn clone(&self) -> UpdateFlywheelInput
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 UpdateFlywheelInput
impl Debug for UpdateFlywheelInput
source§impl PartialEq<UpdateFlywheelInput> for UpdateFlywheelInput
impl PartialEq<UpdateFlywheelInput> for UpdateFlywheelInput
source§fn eq(&self, other: &UpdateFlywheelInput) -> bool
fn eq(&self, other: &UpdateFlywheelInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.