Struct aws_sdk_quicksight::model::ManifestFileLocation
source · #[non_exhaustive]pub struct ManifestFileLocation { /* private fields */ }
Expand description
Amazon S3 manifest file location.
Implementations§
source§impl ManifestFileLocation
impl ManifestFileLocation
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ManifestFileLocation
.
Trait Implementations§
source§impl Clone for ManifestFileLocation
impl Clone for ManifestFileLocation
source§fn clone(&self) -> ManifestFileLocation
fn clone(&self) -> ManifestFileLocation
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ManifestFileLocation
impl Debug for ManifestFileLocation
source§impl PartialEq<ManifestFileLocation> for ManifestFileLocation
impl PartialEq<ManifestFileLocation> for ManifestFileLocation
source§fn eq(&self, other: &ManifestFileLocation) -> bool
fn eq(&self, other: &ManifestFileLocation) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.