Struct aws_sdk_ec2::model::LaunchPermission [−][src]
#[non_exhaustive]pub struct LaunchPermission {
pub group: Option<PermissionGroup>,
pub user_id: Option<String>,
pub organization_arn: Option<String>,
pub organizational_unit_arn: Option<String>,
}
Expand description
Describes a launch permission.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.group: Option<PermissionGroup>
The name of the group.
user_id: Option<String>
The Amazon Web Services account ID.
Constraints: Up to 10 000 account IDs can be specified in a single request.
organization_arn: Option<String>
The Amazon Resource Name (ARN) of an organization.
organizational_unit_arn: Option<String>
The Amazon Resource Name (ARN) of an organizational unit (OU).
Implementations
The name of the group.
The Amazon Web Services account ID.
Constraints: Up to 10 000 account IDs can be specified in a single request.
The Amazon Resource Name (ARN) of an organization.
The Amazon Resource Name (ARN) of an organizational unit (OU).
Creates a new builder-style object to manufacture LaunchPermission
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for LaunchPermission
impl Send for LaunchPermission
impl Sync for LaunchPermission
impl Unpin for LaunchPermission
impl UnwindSafe for LaunchPermission
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more