Class: Aws::Firehose::Types::DescribeDeliveryStreamInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Firehose::Types::DescribeDeliveryStreamInput
- Defined in:
- gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#delivery_stream_name ⇒ String
The name of the Firehose stream.
-
#exclusive_start_destination_id ⇒ String
The ID of the destination to start returning the destination information.
-
#limit ⇒ Integer
The limit on the number of destinations to return.
Instance Attribute Details
#delivery_stream_name ⇒ String
The name of the Firehose stream.
1455 1456 1457 1458 1459 1460 1461 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 1455 class DescribeDeliveryStreamInput < Struct.new( :delivery_stream_name, :limit, :exclusive_start_destination_id) SENSITIVE = [] include Aws::Structure end |
#exclusive_start_destination_id ⇒ String
The ID of the destination to start returning the destination information. Firehose supports one destination per Firehose stream.
1455 1456 1457 1458 1459 1460 1461 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 1455 class DescribeDeliveryStreamInput < Struct.new( :delivery_stream_name, :limit, :exclusive_start_destination_id) SENSITIVE = [] include Aws::Structure end |
#limit ⇒ Integer
The limit on the number of destinations to return. You can have one destination per Firehose stream.
1455 1456 1457 1458 1459 1460 1461 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 1455 class DescribeDeliveryStreamInput < Struct.new( :delivery_stream_name, :limit, :exclusive_start_destination_id) SENSITIVE = [] include Aws::Structure end |