pub struct OriginGroups {
pub items: Option<ValueList<OriginGroup>>,
pub quantity: Value<u32>,
}Expand description
The AWS::CloudFront::Distribution.OriginGroups property type.
Fields§
§items: Option<ValueList<OriginGroup>>Property Items.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
quantity: Value<u32>Property Quantity.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
Trait Implementations§
Source§impl Debug for OriginGroups
impl Debug for OriginGroups
Source§impl Default for OriginGroups
impl Default for OriginGroups
Source§fn default() -> OriginGroups
fn default() -> OriginGroups
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for OriginGroups
impl RefUnwindSafe for OriginGroups
impl Send for OriginGroups
impl Sync for OriginGroups
impl Unpin for OriginGroups
impl UnwindSafe for OriginGroups
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