Class: Aws::Firehose::Types::ListDeliveryStreamsOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#delivery_stream_namesArray<String>

The names of the delivery streams.

Returns:

  • (Array<String>)


2705
2706
2707
2708
2709
2710
# File 'lib/aws-sdk-firehose/types.rb', line 2705

class ListDeliveryStreamsOutput < Struct.new(
  :delivery_stream_names,
  :has_more_delivery_streams)
  SENSITIVE = []
  include Aws::Structure
end

#has_more_delivery_streamsBoolean

Indicates whether there are more delivery streams available to list.

Returns:

  • (Boolean)


2705
2706
2707
2708
2709
2710
# File 'lib/aws-sdk-firehose/types.rb', line 2705

class ListDeliveryStreamsOutput < Struct.new(
  :delivery_stream_names,
  :has_more_delivery_streams)
  SENSITIVE = []
  include Aws::Structure
end