Class: Aws::Firehose::Types::DescribeDeliveryStreamOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Firehose::Types::DescribeDeliveryStreamOutput
- Defined in:
- gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#delivery_stream_description ⇒ Types::DeliveryStreamDescription
Information about the Firehose stream.
Instance Attribute Details
#delivery_stream_description ⇒ Types::DeliveryStreamDescription
Information about the Firehose stream.
1469 1470 1471 1472 1473 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 1469 class DescribeDeliveryStreamOutput < Struct.new( :delivery_stream_description) SENSITIVE = [] include Aws::Structure end |