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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#delivery_stream_nameString

The name of the delivery stream.

Returns:

  • (String)


1163
1164
1165
1166
1167
1168
1169
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 1163

class DescribeDeliveryStreamInput < Struct.new(
  :delivery_stream_name,
  :limit,
  :exclusive_start_destination_id)
  SENSITIVE = []
  include Aws::Structure
end

#exclusive_start_destination_idString

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

Returns:

  • (String)


1163
1164
1165
1166
1167
1168
1169
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 1163

class DescribeDeliveryStreamInput < Struct.new(
  :delivery_stream_name,
  :limit,
  :exclusive_start_destination_id)
  SENSITIVE = []
  include Aws::Structure
end

#limitInteger

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

Returns:

  • (Integer)


1163
1164
1165
1166
1167
1168
1169
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 1163

class DescribeDeliveryStreamInput < Struct.new(
  :delivery_stream_name,
  :limit,
  :exclusive_start_destination_id)
  SENSITIVE = []
  include Aws::Structure
end