#[non_exhaustive]pub struct DescribeReservedNodesInput { /* private fields */ }
Implementations§
source§impl DescribeReservedNodesInput
impl DescribeReservedNodesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeReservedNodes, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeReservedNodes, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeReservedNodes
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeReservedNodesInput
.
source§impl DescribeReservedNodesInput
impl DescribeReservedNodesInput
sourcepub fn reservation_id(&self) -> Option<&str>
pub fn reservation_id(&self) -> Option<&str>
The reserved node identifier filter value. Use this parameter to show only the reservation that matches the specified reservation ID.
sourcepub fn reserved_nodes_offering_id(&self) -> Option<&str>
pub fn reserved_nodes_offering_id(&self) -> Option<&str>
The offering identifier filter value. Use this parameter to show only purchased reservations matching the specified offering identifier.
sourcepub fn node_type(&self) -> Option<&str>
pub fn node_type(&self) -> Option<&str>
The node type filter value. Use this parameter to show only those reservations matching the specified node type. For more information, see Supported node types.
sourcepub fn duration(&self) -> Option<&str>
pub fn duration(&self) -> Option<&str>
The duration filter value, specified in years or seconds. Use this parameter to show only reservations for this duration.
sourcepub fn offering_type(&self) -> Option<&str>
pub fn offering_type(&self) -> Option<&str>
The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type. Valid values: "All Upfront"|"Partial Upfront"| "No Upfront"
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&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 next_token(&self) -> Option<&str>
pub fn next_token(&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.
Trait Implementations§
source§impl Clone for DescribeReservedNodesInput
impl Clone for DescribeReservedNodesInput
source§fn clone(&self) -> DescribeReservedNodesInput
fn clone(&self) -> DescribeReservedNodesInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for DescribeReservedNodesInput
impl Debug for DescribeReservedNodesInput
source§impl PartialEq<DescribeReservedNodesInput> for DescribeReservedNodesInput
impl PartialEq<DescribeReservedNodesInput> for DescribeReservedNodesInput
source§fn eq(&self, other: &DescribeReservedNodesInput) -> bool
fn eq(&self, other: &DescribeReservedNodesInput) -> bool
self
and other
values to be equal, and is used
by ==
.