pub struct FirewallPolicyAssociationResult {
pub attachment_target: Output<String>,
pub firewall_policy: Output<String>,
pub name: Output<String>,
pub short_name: Output<String>,
}
Fields§
§attachment_target: Output<String>
The target that the firewall policy is attached to.
firewall_policy: Output<String>
The firewall policy ID of the association.
name: Output<String>
The name for an association.
short_name: Output<String>
The short name of the firewall policy of the association.
Auto Trait Implementations§
impl Freeze for FirewallPolicyAssociationResult
impl RefUnwindSafe for FirewallPolicyAssociationResult
impl Send for FirewallPolicyAssociationResult
impl Sync for FirewallPolicyAssociationResult
impl Unpin for FirewallPolicyAssociationResult
impl UnwindSafe for FirewallPolicyAssociationResult
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