pub struct CarrierGatewayArgsBuilder<S: State = Empty> { /* private fields */ }
Expand description
Use builder syntax to set the inputs and finish with build_struct()
.
Implementations§
source§impl<S: State> CarrierGatewayArgsBuilder<S>
impl<S: State> CarrierGatewayArgsBuilder<S>
sourcepub fn build_struct(self) -> CarrierGatewayArgswhere
S: IsComplete,
pub fn build_struct(self) -> CarrierGatewayArgswhere
S: IsComplete,
Finish building and return the requested object
Optional (Some / Option setters). Default:
ⓘ
<pulumi_wasm_rust::Output<
Option<std::collections::HashMap<String, String>>,
> as Default>::default()
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.
Optional (Some / Option setters). Default:
ⓘ
<pulumi_wasm_rust::Output<
Option<std::collections::HashMap<String, String>>,
> as Default>::default()
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.
Auto Trait Implementations§
impl<S> Freeze for CarrierGatewayArgsBuilder<S>
impl<S> RefUnwindSafe for CarrierGatewayArgsBuilder<S>
impl<S> Send for CarrierGatewayArgsBuilder<S>
impl<S> Sync for CarrierGatewayArgsBuilder<S>
impl<S> Unpin for CarrierGatewayArgsBuilder<S>
impl<S> UnwindSafe for CarrierGatewayArgsBuilder<S>
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