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

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

Information about the Firehose stream.



1627
1628
1629
1630
1631
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 1627

class DescribeDeliveryStreamOutput < Struct.new(
  :delivery_stream_description)
  SENSITIVE = []
  include Aws::Structure
end