pub struct AssociateDRTRoleRequest {
pub role_arn: String,
}Fields§
§role_arn: StringThe Amazon Resource Name (ARN) of the role the DRT will use to access your AWS account.
Prior to making the AssociateDRTRole request, you must attach the AWSShieldDRTAccessPolicy managed policy to this role. For more information see Attaching and Detaching IAM Policies.
Trait Implementations§
Source§impl Clone for AssociateDRTRoleRequest
impl Clone for AssociateDRTRoleRequest
Source§fn clone(&self) -> AssociateDRTRoleRequest
fn clone(&self) -> AssociateDRTRoleRequest
Returns a duplicate 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 AssociateDRTRoleRequest
impl Debug for AssociateDRTRoleRequest
Source§impl Default for AssociateDRTRoleRequest
impl Default for AssociateDRTRoleRequest
Source§fn default() -> AssociateDRTRoleRequest
fn default() -> AssociateDRTRoleRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for AssociateDRTRoleRequest
impl PartialEq for AssociateDRTRoleRequest
Source§impl Serialize for AssociateDRTRoleRequest
impl Serialize for AssociateDRTRoleRequest
impl StructuralPartialEq for AssociateDRTRoleRequest
Auto Trait Implementations§
impl Freeze for AssociateDRTRoleRequest
impl RefUnwindSafe for AssociateDRTRoleRequest
impl Send for AssociateDRTRoleRequest
impl Sync for AssociateDRTRoleRequest
impl Unpin for AssociateDRTRoleRequest
impl UnwindSafe for AssociateDRTRoleRequest
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