Class: Aws::Firehose::Types::ListDeliveryStreamsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Firehose::Types::ListDeliveryStreamsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-firehose/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#delivery_stream_names ⇒ Array<String>
The names of the Firehose streams.
-
#has_more_delivery_streams ⇒ Boolean
Indicates whether there are more Firehose streams available to list.
Instance Attribute Details
#delivery_stream_names ⇒ Array<String>
The names of the Firehose streams.
3306 3307 3308 3309 3310 3311 |
# File 'lib/aws-sdk-firehose/types.rb', line 3306 class ListDeliveryStreamsOutput < Struct.new( :delivery_stream_names, :has_more_delivery_streams) SENSITIVE = [] include Aws::Structure end |
#has_more_delivery_streams ⇒ Boolean
Indicates whether there are more Firehose streams available to list.
3306 3307 3308 3309 3310 3311 |
# File 'lib/aws-sdk-firehose/types.rb', line 3306 class ListDeliveryStreamsOutput < Struct.new( :delivery_stream_names, :has_more_delivery_streams) SENSITIVE = [] include Aws::Structure end |