Struct aws_sdk_redshift::output::DescribeClusterTracksOutput [−][src]
#[non_exhaustive]pub struct DescribeClusterTracksOutput {
pub maintenance_tracks: Option<Vec<MaintenanceTrack>>,
pub marker: Option<String>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.maintenance_tracks: Option<Vec<MaintenanceTrack>>
A list of maintenance tracks output by the DescribeClusterTracks
operation.
marker: Option<String>
The starting point to return a set of response tracklist records. You can retrieve the
next set of response records by providing the returned marker value in the
Marker
parameter and retrying the request.
Implementations
A list of maintenance tracks output by the DescribeClusterTracks
operation.
Creates a new builder-style object to manufacture DescribeClusterTracksOutput
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for DescribeClusterTracksOutput
impl Send for DescribeClusterTracksOutput
impl Sync for DescribeClusterTracksOutput
impl Unpin for DescribeClusterTracksOutput
impl UnwindSafe for DescribeClusterTracksOutput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more