Struct aws_sdk_rds::input::DescribeEventCategoriesInput
source · [−]#[non_exhaustive]pub struct DescribeEventCategoriesInput { /* private fields */ }Expand description
Implementations
sourceimpl DescribeEventCategoriesInput
impl DescribeEventCategoriesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeEventCategories, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeEventCategories, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeEventCategories>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeEventCategoriesInput.
sourceimpl DescribeEventCategoriesInput
impl DescribeEventCategoriesInput
sourcepub fn source_type(&self) -> Option<&str>
pub fn source_type(&self) -> Option<&str>
The type of source that is generating the events. For RDS Proxy events, specify db-proxy.
Valid values: db-instance | db-cluster | db-parameter-group | db-security-group | db-snapshot | db-cluster-snapshot | db-proxy
Trait Implementations
sourceimpl Clone for DescribeEventCategoriesInput
impl Clone for DescribeEventCategoriesInput
sourcefn clone(&self) -> DescribeEventCategoriesInput
fn clone(&self) -> DescribeEventCategoriesInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DescribeEventCategoriesInput
impl Debug for DescribeEventCategoriesInput
sourceimpl PartialEq<DescribeEventCategoriesInput> for DescribeEventCategoriesInput
impl PartialEq<DescribeEventCategoriesInput> for DescribeEventCategoriesInput
sourcefn eq(&self, other: &DescribeEventCategoriesInput) -> bool
fn eq(&self, other: &DescribeEventCategoriesInput) -> bool
impl StructuralPartialEq for DescribeEventCategoriesInput
Auto Trait Implementations
impl RefUnwindSafe for DescribeEventCategoriesInput
impl Send for DescribeEventCategoriesInput
impl Sync for DescribeEventCategoriesInput
impl Unpin for DescribeEventCategoriesInput
impl UnwindSafe for DescribeEventCategoriesInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more