Class: Aws::Firehose::Types::DescribeDeliveryStreamOutput

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_descriptionTypes::DeliveryStreamDescription

Information about the delivery stream.



814
815
816
817
# File 'lib/aws-sdk-firehose/types.rb', line 814

class DescribeDeliveryStreamOutput < Struct.new(
  :delivery_stream_description)
  include Aws::Structure
end