Class: Aws::Connect::Types::KinesisFirehoseConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

Configuration information of a Kinesis Data Firehose delivery stream.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#firehose_arnString

The Amazon Resource Name (ARN) of the delivery stream.

Returns:

  • (String)


11241
11242
11243
11244
11245
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 11241

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