Struct aws_sdk_appsync::model::RdsHttpEndpointConfig
source · #[non_exhaustive]pub struct RdsHttpEndpointConfig { /* private fields */ }
Expand description
The Amazon Relational Database Service (Amazon RDS) HTTP endpoint configuration.
Implementations§
source§impl RdsHttpEndpointConfig
impl RdsHttpEndpointConfig
sourcepub fn aws_region(&self) -> Option<&str>
pub fn aws_region(&self) -> Option<&str>
Amazon Web Services Region for Amazon RDS HTTP endpoint.
sourcepub fn db_cluster_identifier(&self) -> Option<&str>
pub fn db_cluster_identifier(&self) -> Option<&str>
Amazon RDS cluster Amazon Resource Name (ARN).
sourcepub fn database_name(&self) -> Option<&str>
pub fn database_name(&self) -> Option<&str>
Logical database name.
sourcepub fn aws_secret_store_arn(&self) -> Option<&str>
pub fn aws_secret_store_arn(&self) -> Option<&str>
Amazon Web Services secret store Amazon Resource Name (ARN) for database credentials.
source§impl RdsHttpEndpointConfig
impl RdsHttpEndpointConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RdsHttpEndpointConfig
.
Trait Implementations§
source§impl Clone for RdsHttpEndpointConfig
impl Clone for RdsHttpEndpointConfig
source§fn clone(&self) -> RdsHttpEndpointConfig
fn clone(&self) -> RdsHttpEndpointConfig
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 RdsHttpEndpointConfig
impl Debug for RdsHttpEndpointConfig
source§impl PartialEq<RdsHttpEndpointConfig> for RdsHttpEndpointConfig
impl PartialEq<RdsHttpEndpointConfig> for RdsHttpEndpointConfig
source§fn eq(&self, other: &RdsHttpEndpointConfig) -> bool
fn eq(&self, other: &RdsHttpEndpointConfig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.