pub struct GetAmiIdsResult {
pub executable_users: Output<Option<Vec<String>>>,
pub filters: Output<Option<Vec<GetAmiIdsFilter>>>,
pub id: Output<String>,
pub ids: Output<Vec<String>>,
pub include_deprecated: Output<Option<bool>>,
pub name_regex: Output<Option<String>>,
pub owners: Output<Vec<String>>,
pub sort_ascending: Output<Option<bool>>,
}
Fields§
§executable_users: Output<Option<Vec<String>>>
§filters: Output<Option<Vec<GetAmiIdsFilter>>>
§id: Output<String>
The provider-assigned unique ID for this managed resource.
ids: Output<Vec<String>>
§include_deprecated: Output<Option<bool>>
§name_regex: Output<Option<String>>
§owners: Output<Vec<String>>
§sort_ascending: Output<Option<bool>>
Auto Trait Implementations§
impl Freeze for GetAmiIdsResult
impl RefUnwindSafe for GetAmiIdsResult
impl Send for GetAmiIdsResult
impl Sync for GetAmiIdsResult
impl Unpin for GetAmiIdsResult
impl UnwindSafe for GetAmiIdsResult
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