pub struct GetImagesResult {
pub id: Output<String>,
pub images: Output<Vec<GetImagesImage>>,
pub resource_group_name: Output<String>,
pub tags_filter: Output<Option<HashMap<String, String>>>,
}
Fields§
§id: Output<String>
The provider-assigned unique ID for this managed resource.
images: Output<Vec<GetImagesImage>>
One or more images
blocks as defined below:
resource_group_name: Output<String>
Auto Trait Implementations§
impl Freeze for GetImagesResult
impl RefUnwindSafe for GetImagesResult
impl Send for GetImagesResult
impl Sync for GetImagesResult
impl Unpin for GetImagesResult
impl UnwindSafe for GetImagesResult
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