Class: Aws::AppFabric::Types::FirehoseStream
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppFabric::Types::FirehoseStream
- Includes:
- Structure
- Defined in:
- 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
-
#stream_name ⇒ String
The name of the Amazon Kinesis Data Firehose delivery stream.
Instance Attribute Details
#stream_name ⇒ String
The name of the Amazon Kinesis Data Firehose delivery stream.
877 878 879 880 881 |
# File 'lib/aws-sdk-appfabric/types.rb', line 877 class FirehoseStream < Struct.new( :stream_name) SENSITIVE = [] include Aws::Structure end |