[−][src]Struct rusoto_codestar::AssociateTeamMemberRequest
Fields
client_request_token: Option<String>
A user- or system-generated token that identifies the entity that requested the team member association to the project. This token can be used to repeat the request.
project_id: String
The ID of the project to which you will add the IAM user.
project_role: String
The AWS CodeStar project role that will apply to this user. This role determines what actions a user can take in an AWS CodeStar project.
remote_access_allowed: Option<bool>
Whether the team member is allowed to use an SSH public/private key pair to remotely access project resources, for example Amazon EC2 instances.
user_arn: String
The Amazon Resource Name (ARN) for the IAM user you want to add to the AWS CodeStar project.
Trait Implementations
impl PartialEq<AssociateTeamMemberRequest> for AssociateTeamMemberRequest
[src]
fn eq(&self, other: &AssociateTeamMemberRequest) -> bool
[src]
fn ne(&self, other: &AssociateTeamMemberRequest) -> bool
[src]
impl Default for AssociateTeamMemberRequest
[src]
impl Clone for AssociateTeamMemberRequest
[src]
fn clone(&self) -> AssociateTeamMemberRequest
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for AssociateTeamMemberRequest
[src]
impl Serialize for AssociateTeamMemberRequest
[src]
Auto Trait Implementations
impl Send for AssociateTeamMemberRequest
impl Sync for AssociateTeamMemberRequest
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
impl<T, U> TryFrom for T where
T: From<U>,
[src]
T: From<U>,
type Error = !
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId
[src]
impl<T> Erased for T
impl<T> Same for T
type Output = T
Should always be Self