[−][src]Struct rusoto_ec2::UserIdGroupPair
Describes a security group and AWS account ID pair.
Fields
description: Option<String>
A description for the security group rule that references this user ID group pair.
Constraints: Up to 255 characters in length. Allowed characters are a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=;{}!$*
group_id: Option<String>
The ID of the security group.
group_name: Option<String>
The name of the security group. In a request, use this parameter for a security group in EC2-Classic or a default VPC only. For a security group in a nondefault VPC, use the security group ID.
For a referenced security group in another VPC, this value is not returned if the referenced security group is deleted.
peering_status: Option<String>
The status of a VPC peering connection, if applicable.
user_id: Option<String>
The ID of an AWS account.
For a referenced security group in another VPC, the account ID of the referenced security group is returned in the response. If the referenced security group is deleted, this value is not returned.
[EC2-Classic] Required when adding or removing rules that reference a security group in another AWS account.
vpc_id: Option<String>
The ID of the VPC for the referenced security group, if applicable.
vpc_peering_connection_id: Option<String>
The ID of the VPC peering connection, if applicable.
Trait Implementations
impl PartialEq<UserIdGroupPair> for UserIdGroupPair
[src]
fn eq(&self, other: &UserIdGroupPair) -> bool
[src]
fn ne(&self, other: &UserIdGroupPair) -> bool
[src]
impl Default for UserIdGroupPair
[src]
fn default() -> UserIdGroupPair
[src]
impl Clone for UserIdGroupPair
[src]
fn clone(&self) -> UserIdGroupPair
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for UserIdGroupPair
[src]
Auto Trait Implementations
impl Send for UserIdGroupPair
impl Sync for UserIdGroupPair
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