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 delivery stream.



1177
1178
1179
1180
1181
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 1177

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