Struct aws_sdk_auditmanager::input::UpdateAssessmentFrameworkShareInput [−][src]
#[non_exhaustive]pub struct UpdateAssessmentFrameworkShareInput {
pub request_id: Option<String>,
pub request_type: Option<ShareRequestType>,
pub action: Option<ShareRequestAction>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.request_id: Option<String>
The unique identifier for the share request.
request_type: Option<ShareRequestType>
Specifies whether the share request is a sent request or a received request.
action: Option<ShareRequestAction>
Specifies the update action for the share request.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateAssessmentFrameworkShare, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateAssessmentFrameworkShare, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<UpdateAssessmentFrameworkShare
>
Creates a new builder-style object to manufacture UpdateAssessmentFrameworkShareInput
The unique identifier for the share request.
Specifies whether the share request is a sent request or a received request.
Specifies the update action for the share request.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for UpdateAssessmentFrameworkShareInput
impl Sync for UpdateAssessmentFrameworkShareInput
impl Unpin for UpdateAssessmentFrameworkShareInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more