Struct aws_sdk_rds::operation::authorize_db_security_group_ingress::AuthorizeDbSecurityGroupIngressOutput
source · #[non_exhaustive]pub struct AuthorizeDbSecurityGroupIngressOutput { /* private fields */ }Implementations§
source§impl AuthorizeDbSecurityGroupIngressOutput
impl AuthorizeDbSecurityGroupIngressOutput
sourcepub fn db_security_group(&self) -> Option<&DbSecurityGroup>
pub fn db_security_group(&self) -> Option<&DbSecurityGroup>
Contains the details for an Amazon RDS DB security group.
This data type is used as a response element in the DescribeDBSecurityGroups action.
source§impl AuthorizeDbSecurityGroupIngressOutput
impl AuthorizeDbSecurityGroupIngressOutput
sourcepub fn builder() -> AuthorizeDbSecurityGroupIngressOutputBuilder
pub fn builder() -> AuthorizeDbSecurityGroupIngressOutputBuilder
Creates a new builder-style object to manufacture AuthorizeDbSecurityGroupIngressOutput.
Trait Implementations§
source§impl Clone for AuthorizeDbSecurityGroupIngressOutput
impl Clone for AuthorizeDbSecurityGroupIngressOutput
source§fn clone(&self) -> AuthorizeDbSecurityGroupIngressOutput
fn clone(&self) -> AuthorizeDbSecurityGroupIngressOutput
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 PartialEq<AuthorizeDbSecurityGroupIngressOutput> for AuthorizeDbSecurityGroupIngressOutput
impl PartialEq<AuthorizeDbSecurityGroupIngressOutput> for AuthorizeDbSecurityGroupIngressOutput
source§fn eq(&self, other: &AuthorizeDbSecurityGroupIngressOutput) -> bool
fn eq(&self, other: &AuthorizeDbSecurityGroupIngressOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for AuthorizeDbSecurityGroupIngressOutput
impl RequestId for AuthorizeDbSecurityGroupIngressOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.