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

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_arnString

The ARN of the delivery stream.

Returns:

  • (String)


867
868
869
870
871
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 867

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