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 more