Class: Aws::Firehose::Types::ListDeliveryStreamsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Firehose::Types::ListDeliveryStreamsOutput
- Defined in:
- gems/aws-sdk-firehose/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.
3566 3567 3568 3569 3570 3571 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 3566 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.
3566 3567 3568 3569 3570 3571 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 3566 class ListDeliveryStreamsOutput < Struct.new( :delivery_stream_names, :has_more_delivery_streams) SENSITIVE = [] include Aws::Structure end |