#[non_exhaustive]pub struct DescribeGlobalReplicationGroupsInput { /* private fields */ }
Implementations§
source§impl DescribeGlobalReplicationGroupsInput
impl DescribeGlobalReplicationGroupsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeGlobalReplicationGroups, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeGlobalReplicationGroups, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeGlobalReplicationGroups
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeGlobalReplicationGroupsInput
.
source§impl DescribeGlobalReplicationGroupsInput
impl DescribeGlobalReplicationGroupsInput
sourcepub fn global_replication_group_id(&self) -> Option<&str>
pub fn global_replication_group_id(&self) -> Option<&str>
The name of the Global datastore
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 marker is included in the response so that the remaining results can be retrieved.
sourcepub fn marker(&self) -> Option<&str>
pub fn marker(&self) -> Option<&str>
An optional marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.
sourcepub fn show_member_info(&self) -> Option<bool>
pub fn show_member_info(&self) -> Option<bool>
Returns the list of members that comprise the Global datastore.
Trait Implementations§
source§impl Clone for DescribeGlobalReplicationGroupsInput
impl Clone for DescribeGlobalReplicationGroupsInput
source§fn clone(&self) -> DescribeGlobalReplicationGroupsInput
fn clone(&self) -> DescribeGlobalReplicationGroupsInput
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<DescribeGlobalReplicationGroupsInput> for DescribeGlobalReplicationGroupsInput
impl PartialEq<DescribeGlobalReplicationGroupsInput> for DescribeGlobalReplicationGroupsInput
source§fn eq(&self, other: &DescribeGlobalReplicationGroupsInput) -> bool
fn eq(&self, other: &DescribeGlobalReplicationGroupsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.