You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Firehose::Types::DescribeDeliveryStreamInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DescribeDeliveryStreamInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  delivery_stream_name: "DeliveryStreamName", # required
  limit: 1,
  exclusive_start_destination_id: "DestinationId",
}

Instance Attribute Summary collapse

Instance Attribute Details

#delivery_stream_nameString

The name of the delivery stream.

Returns:

  • (String)

    The name of the delivery stream.

#exclusive_start_destination_idString

The ID of the destination to start returning the destination information. Kinesis Data Firehose supports one destination per delivery stream.

Returns:

  • (String)

    The ID of the destination to start returning the destination information.

#limitInteger

The limit on the number of destinations to return. You can have one destination per delivery stream.

Returns:

  • (Integer)

    The limit on the number of destinations to return.