Class: Aws::Firehose::Types::CreateDeliveryStreamOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Firehose::Types::CreateDeliveryStreamOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-firehose/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#delivery_stream_arn ⇒ String
The ARN of the Firehose stream.
Instance Attribute Details
#delivery_stream_arn ⇒ String
The ARN of the Firehose stream.
899 900 901 902 903 |
# File 'lib/aws-sdk-firehose/types.rb', line 899 class CreateDeliveryStreamOutput < Struct.new( :delivery_stream_arn) SENSITIVE = [] include Aws::Structure end |