#[non_exhaustive]pub struct GetRasterDataCollectionOutput { /* private fields */ }
Implementations§
source§impl GetRasterDataCollectionOutput
impl GetRasterDataCollectionOutput
sourcepub fn arn(&self) -> Option<&str>
pub fn arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the raster data collection.
sourcepub fn type(&self) -> Option<&DataCollectionType>
pub fn type(&self) -> Option<&DataCollectionType>
The raster data collection type.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
A description of the raster data collection.
sourcepub fn description_page_url(&self) -> Option<&str>
pub fn description_page_url(&self) -> Option<&str>
The URL of the description page.
sourcepub fn supported_filters(&self) -> Option<&[Filter]>
pub fn supported_filters(&self) -> Option<&[Filter]>
The filters supported by the raster data collection.
sourcepub fn image_source_bands(&self) -> Option<&[String]>
pub fn image_source_bands(&self) -> Option<&[String]>
Each tag consists of a key and a value.
source§impl GetRasterDataCollectionOutput
impl GetRasterDataCollectionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetRasterDataCollectionOutput
.
Trait Implementations§
source§impl Clone for GetRasterDataCollectionOutput
impl Clone for GetRasterDataCollectionOutput
source§fn clone(&self) -> GetRasterDataCollectionOutput
fn clone(&self) -> GetRasterDataCollectionOutput
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 PartialEq<GetRasterDataCollectionOutput> for GetRasterDataCollectionOutput
impl PartialEq<GetRasterDataCollectionOutput> for GetRasterDataCollectionOutput
source§fn eq(&self, other: &GetRasterDataCollectionOutput) -> bool
fn eq(&self, other: &GetRasterDataCollectionOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.