Struct aws_sdk_rds::input::DescribeGlobalClustersInput
source · [−]#[non_exhaustive]pub struct DescribeGlobalClustersInput { /* private fields */ }Implementations
sourceimpl DescribeGlobalClustersInput
impl DescribeGlobalClustersInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeGlobalClusters, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeGlobalClusters, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeGlobalClusters>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeGlobalClustersInput.
sourceimpl DescribeGlobalClustersInput
impl DescribeGlobalClustersInput
sourcepub fn global_cluster_identifier(&self) -> Option<&str>
pub fn global_cluster_identifier(&self) -> Option<&str>
The user-supplied DB cluster identifier. If this parameter is specified, information from only the specific DB cluster is returned. This parameter isn't case-sensitive.
Constraints:
-
If supplied, must match an existing DBClusterIdentifier.
sourcepub fn max_records(&self) -> Option<i32>
pub fn max_records(&self) -> Option<i32>
The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that you can retrieve the remaining results.
Default: 100
Constraints: Minimum 20, maximum 100.
Trait Implementations
sourceimpl Clone for DescribeGlobalClustersInput
impl Clone for DescribeGlobalClustersInput
sourcefn clone(&self) -> DescribeGlobalClustersInput
fn clone(&self) -> DescribeGlobalClustersInput
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 DescribeGlobalClustersInput
impl Debug for DescribeGlobalClustersInput
sourceimpl PartialEq<DescribeGlobalClustersInput> for DescribeGlobalClustersInput
impl PartialEq<DescribeGlobalClustersInput> for DescribeGlobalClustersInput
sourcefn eq(&self, other: &DescribeGlobalClustersInput) -> bool
fn eq(&self, other: &DescribeGlobalClustersInput) -> bool
impl StructuralPartialEq for DescribeGlobalClustersInput
Auto Trait Implementations
impl RefUnwindSafe for DescribeGlobalClustersInput
impl Send for DescribeGlobalClustersInput
impl Sync for DescribeGlobalClustersInput
impl Unpin for DescribeGlobalClustersInput
impl UnwindSafe for DescribeGlobalClustersInput
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