pub struct VpcEndpointServiceAllowedPrincipleResult {
pub principal_arn: Output<String>,
pub vpc_endpoint_service_id: Output<String>,
}
Fields§
§principal_arn: Output<String>
The ARN of the principal to allow permissions.
vpc_endpoint_service_id: Output<String>
The ID of the VPC endpoint service to allow permission.
Auto Trait Implementations§
impl Freeze for VpcEndpointServiceAllowedPrincipleResult
impl RefUnwindSafe for VpcEndpointServiceAllowedPrincipleResult
impl Send for VpcEndpointServiceAllowedPrincipleResult
impl Sync for VpcEndpointServiceAllowedPrincipleResult
impl Unpin for VpcEndpointServiceAllowedPrincipleResult
impl UnwindSafe for VpcEndpointServiceAllowedPrincipleResult
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