pub struct AmiLaunchPermissionResult {
pub account_id: Output<Option<String>>,
pub group: Output<Option<String>>,
pub image_id: Output<String>,
pub organization_arn: Output<Option<String>>,
pub organizational_unit_arn: Output<Option<String>>,
}
Fields§
§account_id: Output<Option<String>>
AWS account ID for the launch permission.
group: Output<Option<String>>
Name of the group for the launch permission. Valid values: "all"
.
image_id: Output<String>
ID of the AMI.
organization_arn: Output<Option<String>>
ARN of an organization for the launch permission.
organizational_unit_arn: Output<Option<String>>
ARN of an organizational unit for the launch permission.
Auto Trait Implementations§
impl Freeze for AmiLaunchPermissionResult
impl RefUnwindSafe for AmiLaunchPermissionResult
impl Send for AmiLaunchPermissionResult
impl Sync for AmiLaunchPermissionResult
impl Unpin for AmiLaunchPermissionResult
impl UnwindSafe for AmiLaunchPermissionResult
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