Struct aws_sdk_glue::model::Location
source · #[non_exhaustive]pub struct Location { /* private fields */ }Expand description
The location of resources.
Implementations§
source§impl Location
impl Location
sourcepub fn jdbc(&self) -> Option<&[CodeGenNodeArg]>
pub fn jdbc(&self) -> Option<&[CodeGenNodeArg]>
A JDBC location.
sourcepub fn s3(&self) -> Option<&[CodeGenNodeArg]>
pub fn s3(&self) -> Option<&[CodeGenNodeArg]>
An Amazon Simple Storage Service (Amazon S3) location.
sourcepub fn dynamo_db(&self) -> Option<&[CodeGenNodeArg]>
pub fn dynamo_db(&self) -> Option<&[CodeGenNodeArg]>
An Amazon DynamoDB table location.