Class: Aws::AppFabric::Types::FirehoseStream

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

Overview

Contains information about an Amazon Kinesis Data Firehose delivery stream.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stream_nameString

The name of the Amazon Kinesis Data Firehose delivery stream.

Returns:

  • (String)


877
878
879
880
881
# File 'gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb', line 877

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