pub struct GetPolicyResult {
pub id: Output<String>,
pub rules: Output<Vec<GetPolicyRule>>,
pub storage_account_id: Output<String>,
}
Fields§
§id: Output<String>
The provider-assigned unique ID for this managed resource.
rules: Output<Vec<GetPolicyRule>>
supports the following:
storage_account_id: Output<String>
Auto Trait Implementations§
impl Freeze for GetPolicyResult
impl RefUnwindSafe for GetPolicyResult
impl Send for GetPolicyResult
impl Sync for GetPolicyResult
impl Unpin for GetPolicyResult
impl UnwindSafe for GetPolicyResult
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