Class: Aws::Firehose::Types::CreateDeliveryStreamOutput

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_arnString

The ARN of the delivery stream.

Returns:

  • (String)


558
559
560
561
# File 'lib/aws-sdk-firehose/types.rb', line 558

class CreateDeliveryStreamOutput < Struct.new(
  :delivery_stream_arn)
  include Aws::Structure
end