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

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#delivery_stream_namesArray<String>

The names of the delivery streams.

Returns:

  • (Array<String>)


2116
2117
2118
2119
2120
# File 'lib/aws-sdk-firehose/types.rb', line 2116

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

#has_more_delivery_streamsBoolean

Indicates whether there are more delivery streams available to list.

Returns:

  • (Boolean)


2116
2117
2118
2119
2120
# File 'lib/aws-sdk-firehose/types.rb', line 2116

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