pub struct EgressOnlyInternetGatewayResult {
pub tags: Output<Option<HashMap<String, String>>>,
pub tags_all: Output<HashMap<String, String>>,
pub vpc_id: Output<String>,
}
Fields§
A map of tags to assign to the resource. If configured with a provider default_tags
configuration block present, tags with matching keys will overwrite those defined at the provider-level.
A map of tags assigned to the resource, including those inherited from the provider default_tags
configuration block.
vpc_id: Output<String>
The VPC ID to create in.
Auto Trait Implementations§
impl Freeze for EgressOnlyInternetGatewayResult
impl RefUnwindSafe for EgressOnlyInternetGatewayResult
impl Send for EgressOnlyInternetGatewayResult
impl Sync for EgressOnlyInternetGatewayResult
impl Unpin for EgressOnlyInternetGatewayResult
impl UnwindSafe for EgressOnlyInternetGatewayResult
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