Struct aws_sdk_ebs::input::GetSnapshotBlockInput [−][src]
#[non_exhaustive]pub struct GetSnapshotBlockInput {
pub snapshot_id: Option<String>,
pub block_index: Option<i32>,
pub block_token: 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.snapshot_id: Option<String>The ID of the snapshot containing the block from which to get data.
block_index: Option<i32>The block index of the block from which to get data.
Obtain the BlockIndex by running the ListChangedBlocks or ListSnapshotBlocks operations.
block_token: Option<String>The block token of the block from which to get data.
Obtain the BlockToken by running the ListChangedBlocks or ListSnapshotBlocks operations.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetSnapshotBlock, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetSnapshotBlock, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<GetSnapshotBlock>
Creates a new builder-style object to manufacture GetSnapshotBlockInput
The ID of the snapshot containing the block from which to get data.
The block index of the block from which to get data.
Obtain the BlockIndex by running the ListChangedBlocks or ListSnapshotBlocks operations.
The block token of the block from which to get data.
Obtain the BlockToken by running the ListChangedBlocks or ListSnapshotBlocks operations.
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 GetSnapshotBlockInput
impl Send for GetSnapshotBlockInput
impl Sync for GetSnapshotBlockInput
impl Unpin for GetSnapshotBlockInput
impl UnwindSafe for GetSnapshotBlockInput
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
