pub struct UpdateResourceShareRequest {
pub allow_external_principals: Option<bool>,
pub client_token: Option<String>,
pub name: Option<String>,
pub resource_share_arn: String,
}
Fields§
§allow_external_principals: Option<bool>
Indicates whether principals outside your AWS organization can be associated with a resource share.
client_token: Option<String>
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
name: Option<String>
The name of the resource share.
The Amazon Resource Name (ARN) of the resource share.
Trait Implementations§
Source§fn clone(&self) -> UpdateResourceShareRequest
fn clone(&self) -> UpdateResourceShareRequest
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 default() -> UpdateResourceShareRequest
fn default() -> UpdateResourceShareRequest
Returns the “default value” for a type. Read more
Auto Trait Implementations§
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more