Struct aws_sdk_auditmanager::operation::start_assessment_framework_share::StartAssessmentFrameworkShareInput
source · #[non_exhaustive]pub struct StartAssessmentFrameworkShareInput { /* private fields */ }Implementations§
sourcepub fn framework_id(&self) -> Option<&str>
pub fn framework_id(&self) -> Option<&str>
The unique identifier for the custom framework to be shared.
sourcepub fn destination_account(&self) -> Option<&str>
pub fn destination_account(&self) -> Option<&str>
The Amazon Web Services account of the recipient.
sourcepub fn destination_region(&self) -> Option<&str>
pub fn destination_region(&self) -> Option<&str>
The Amazon Web Services Region of the recipient.
sourcepub fn builder() -> StartAssessmentFrameworkShareInputBuilder
pub fn builder() -> StartAssessmentFrameworkShareInputBuilder
Creates a new builder-style object to manufacture StartAssessmentFrameworkShareInput.
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StartAssessmentFrameworkShare, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<StartAssessmentFrameworkShare, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<StartAssessmentFrameworkShare>
Trait Implementations§
source§fn clone(&self) -> StartAssessmentFrameworkShareInput
fn clone(&self) -> StartAssessmentFrameworkShareInput
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§fn eq(&self, other: &StartAssessmentFrameworkShareInput) -> bool
fn eq(&self, other: &StartAssessmentFrameworkShareInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.Auto Trait Implementations§
Blanket Implementations§
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more