Struct aws_sdk_sagemakergeospatial::output::GetTileOutput
source · #[non_exhaustive]pub struct GetTileOutput {
pub binary_file: ByteStream,
}
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.binary_file: ByteStream
The output binary file.
Implementations§
source§impl GetTileOutput
impl GetTileOutput
sourcepub fn binary_file(&self) -> &ByteStream
pub fn binary_file(&self) -> &ByteStream
The output binary file.
source§impl GetTileOutput
impl GetTileOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetTileOutput
.