Struct aws_sdk_rds::input::DescribeOptionGroupsInput
source · [−]#[non_exhaustive]pub struct DescribeOptionGroupsInput { /* private fields */ }Expand description
Implementations
sourceimpl DescribeOptionGroupsInput
impl DescribeOptionGroupsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeOptionGroups, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeOptionGroups, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeOptionGroups>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeOptionGroupsInput.
sourceimpl DescribeOptionGroupsInput
impl DescribeOptionGroupsInput
sourcepub fn option_group_name(&self) -> Option<&str>
pub fn option_group_name(&self) -> Option<&str>
The name of the option group to describe. Can't be supplied together with EngineName or MajorEngineVersion.
sourcepub fn marker(&self) -> Option<&str>
pub fn marker(&self) -> Option<&str>
An optional pagination token provided by a previous DescribeOptionGroups request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
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.
sourcepub fn engine_name(&self) -> Option<&str>
pub fn engine_name(&self) -> Option<&str>
Filters the list of option groups to only include groups associated with a specific database engine.
Valid Values:
-
mariadb -
mysql -
oracle-ee -
oracle-ee-cdb -
oracle-se2 -
oracle-se2-cdb -
postgres -
sqlserver-ee -
sqlserver-se -
sqlserver-ex -
sqlserver-web
sourcepub fn major_engine_version(&self) -> Option<&str>
pub fn major_engine_version(&self) -> Option<&str>
Filters the list of option groups to only include groups associated with a specific database engine version. If specified, then EngineName must also be specified.
Trait Implementations
sourceimpl Clone for DescribeOptionGroupsInput
impl Clone for DescribeOptionGroupsInput
sourcefn clone(&self) -> DescribeOptionGroupsInput
fn clone(&self) -> DescribeOptionGroupsInput
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more