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

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_namesArray<String>

The names of the delivery streams.

Returns:

  • (Array<String>)


2722
2723
2724
2725
2726
2727
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 2722

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)


2722
2723
2724
2725
2726
2727
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 2722

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