Class: Aws::KinesisVideo::Types::CreateStreamOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisVideo::Types::CreateStreamOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisvideo/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#stream_arn ⇒ String
The Amazon Resource Name (ARN) of the stream.
Instance Attribute Details
#stream_arn ⇒ String
The Amazon Resource Name (ARN) of the stream.
268 269 270 271 272 |
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 268 class CreateStreamOutput < Struct.new( :stream_arn) SENSITIVE = [] include Aws::Structure end |