pub struct GetVpcPeeringConnectionsResult {
pub filters: Output<Option<Vec<GetVpcPeeringConnectionsFilter>>>,
pub id: Output<String>,
pub ids: Output<Vec<String>>,
pub tags: Output<HashMap<String, String>>,
}
Fields§
§filters: Output<Option<Vec<GetVpcPeeringConnectionsFilter>>>
§id: Output<String>
The provider-assigned unique ID for this managed resource.
ids: Output<Vec<String>>
IDs of the VPC Peering Connections.
Auto Trait Implementations§
impl Freeze for GetVpcPeeringConnectionsResult
impl RefUnwindSafe for GetVpcPeeringConnectionsResult
impl Send for GetVpcPeeringConnectionsResult
impl Sync for GetVpcPeeringConnectionsResult
impl Unpin for GetVpcPeeringConnectionsResult
impl UnwindSafe for GetVpcPeeringConnectionsResult
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