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 Firehose stream.

Returns:

  • (String)


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_idString

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

Returns:

  • (String)


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

#limitInteger

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

Returns:

  • (Integer)


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