pub struct ImageBlockPublicAccessResult {
pub state: Output<String>,
}
Fields§
§state: Output<String>
The state of block public access for AMIs at the account level in the configured AWS Region. Valid values: unblocked
and block-new-sharing
.
Auto Trait Implementations§
impl Freeze for ImageBlockPublicAccessResult
impl RefUnwindSafe for ImageBlockPublicAccessResult
impl Send for ImageBlockPublicAccessResult
impl Sync for ImageBlockPublicAccessResult
impl Unpin for ImageBlockPublicAccessResult
impl UnwindSafe for ImageBlockPublicAccessResult
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