#[non_exhaustive]pub struct ZonalStatisticsConfigInput { /* private fields */ }
Expand description
Implementations§
source§impl ZonalStatisticsConfigInput
impl ZonalStatisticsConfigInput
sourcepub fn zone_s3_path(&self) -> Option<&str>
pub fn zone_s3_path(&self) -> Option<&str>
sourcepub fn statistics(&self) -> Option<&[ZonalStatistics]>
pub fn statistics(&self) -> Option<&[ZonalStatistics]>
sourcepub fn target_bands(&self) -> Option<&[String]>
pub fn target_bands(&self) -> Option<&[String]>
source§impl ZonalStatisticsConfigInput
impl ZonalStatisticsConfigInput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ZonalStatisticsConfigInput
.
Trait Implementations§
source§impl Clone for ZonalStatisticsConfigInput
impl Clone for ZonalStatisticsConfigInput
source§fn clone(&self) -> ZonalStatisticsConfigInput
fn clone(&self) -> ZonalStatisticsConfigInput
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 ZonalStatisticsConfigInput
impl Debug for ZonalStatisticsConfigInput
source§impl PartialEq<ZonalStatisticsConfigInput> for ZonalStatisticsConfigInput
impl PartialEq<ZonalStatisticsConfigInput> for ZonalStatisticsConfigInput
source§fn eq(&self, other: &ZonalStatisticsConfigInput) -> bool
fn eq(&self, other: &ZonalStatisticsConfigInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.