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