Struct aws_sdk_sagemakergeospatial::operation::get_raster_data_collection::GetRasterDataCollectionOutput
source · #[non_exhaustive]pub struct GetRasterDataCollectionOutput {
pub name: Option<String>,
pub arn: Option<String>,
pub type: Option<DataCollectionType>,
pub description: Option<String>,
pub description_page_url: Option<String>,
pub supported_filters: Option<Vec<Filter>>,
pub image_source_bands: Option<Vec<String>>,
pub tags: Option<HashMap<String, String>>,
/* private fields */
}
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.name: Option<String>
The name of the raster data collection.
arn: Option<String>
The Amazon Resource Name (ARN) of the raster data collection.
type: Option<DataCollectionType>
The raster data collection type.
description: Option<String>
A description of the raster data collection.
description_page_url: Option<String>
The URL of the description page.
supported_filters: Option<Vec<Filter>>
The filters supported by the raster data collection.
image_source_bands: Option<Vec<String>>
The list of image source bands in the raster data collection.
Each tag consists of a key and a value.
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]>
The list of image source bands in the raster data collection.
Each tag consists of a key and a value.
source§impl GetRasterDataCollectionOutput
impl GetRasterDataCollectionOutput
sourcepub fn builder() -> GetRasterDataCollectionOutputBuilder
pub fn builder() -> GetRasterDataCollectionOutputBuilder
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
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq for GetRasterDataCollectionOutput
impl PartialEq for GetRasterDataCollectionOutput
source§fn eq(&self, other: &GetRasterDataCollectionOutput) -> bool
fn eq(&self, other: &GetRasterDataCollectionOutput) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for GetRasterDataCollectionOutput
impl RequestId for GetRasterDataCollectionOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None
if the service could not be reached.