Struct aws_sdk_dynamodbstreams::input::describe_stream_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for DescribeStreamInput
Implementations
The Amazon Resource Name (ARN) for the stream.
The Amazon Resource Name (ARN) for the stream.
The maximum number of shard objects to return. The upper limit is 100.
The maximum number of shard objects to return. The upper limit is 100.
The shard ID of the first item that this operation will evaluate. Use the value that was
returned for LastEvaluatedShardId
in the previous operation.
The shard ID of the first item that this operation will evaluate. Use the value that was
returned for LastEvaluatedShardId
in the previous operation.
Consumes the builder and constructs a DescribeStreamInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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