Struct aws_sdk_firehose::input::DescribeDeliveryStreamInput [−][src]
#[non_exhaustive]pub struct DescribeDeliveryStreamInput {
pub delivery_stream_name: Option<String>,
pub limit: Option<i32>,
pub exclusive_start_destination_id: 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.delivery_stream_name: Option<String>The name of the delivery stream.
limit: Option<i32>The limit on the number of destinations to return. You can have one destination per delivery stream.
exclusive_start_destination_id: Option<String>The ID of the destination to start returning the destination information. Kinesis Data Firehose supports one destination per delivery stream.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeDeliveryStream, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeDeliveryStream, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DescribeDeliveryStream>
Creates a new builder-style object to manufacture DescribeDeliveryStreamInput
The name of the delivery stream.
The limit on the number of destinations to return. You can have one destination per delivery stream.
The ID of the destination to start returning the destination information. Kinesis Data Firehose supports one destination per delivery stream.
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 DescribeDeliveryStreamInput
impl Send for DescribeDeliveryStreamInput
impl Sync for DescribeDeliveryStreamInput
impl Unpin for DescribeDeliveryStreamInput
impl UnwindSafe for DescribeDeliveryStreamInput
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