pub struct ResourcePermission {
pub actions: ValueList<String>,
pub principal: Value<String>,
}Expand description
The AWS::QuickSight::DataSet.ResourcePermission property type.
Fields§
§actions: ValueList<String>Property Actions.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
principal: Value<String>Property Principal.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
Trait Implementations§
Source§impl Debug for ResourcePermission
impl Debug for ResourcePermission
Source§impl Default for ResourcePermission
impl Default for ResourcePermission
Source§fn default() -> ResourcePermission
fn default() -> ResourcePermission
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ResourcePermission
impl RefUnwindSafe for ResourcePermission
impl Send for ResourcePermission
impl Sync for ResourcePermission
impl Unpin for ResourcePermission
impl UnwindSafe for ResourcePermission
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