Struct aws_sdk_glue::input::GetConnectionInput
source · #[non_exhaustive]pub struct GetConnectionInput { /* private fields */ }Implementations§
source§impl GetConnectionInput
impl GetConnectionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetConnection, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetConnection, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetConnection>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetConnectionInput.
source§impl GetConnectionInput
impl GetConnectionInput
sourcepub fn catalog_id(&self) -> Option<&str>
pub fn catalog_id(&self) -> Option<&str>
The ID of the Data Catalog in which the connection resides. If none is provided, the Amazon Web Services account ID is used by default.
sourcepub fn hide_password(&self) -> bool
pub fn hide_password(&self) -> bool
Allows you to retrieve the connection metadata without returning the password. For instance, the Glue console uses this flag to retrieve the connection, and does not display the password. Set this parameter when the caller might not have permission to use the KMS key to decrypt the password, but it does have permission to access the rest of the connection properties.
Trait Implementations§
source§impl Clone for GetConnectionInput
impl Clone for GetConnectionInput
source§fn clone(&self) -> GetConnectionInput
fn clone(&self) -> GetConnectionInput
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 GetConnectionInput
impl Debug for GetConnectionInput
source§impl PartialEq<GetConnectionInput> for GetConnectionInput
impl PartialEq<GetConnectionInput> for GetConnectionInput
source§fn eq(&self, other: &GetConnectionInput) -> bool
fn eq(&self, other: &GetConnectionInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.