Class: Aws::KinesisVideo::Types::DescribeStreamInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisVideo::Types::DescribeStreamInput
- Defined in:
- gems/aws-sdk-kinesisvideo/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.
-
#stream_name ⇒ String
The name of the stream.
Instance Attribute Details
#stream_arn ⇒ String
The Amazon Resource Name (ARN) of the stream.
648 649 650 651 652 653 |
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 648 class DescribeStreamInput < Struct.new( :stream_name, :stream_arn) SENSITIVE = [] include Aws::Structure end |
#stream_name ⇒ String
The name of the stream.
648 649 650 651 652 653 |
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 648 class DescribeStreamInput < Struct.new( :stream_name, :stream_arn) SENSITIVE = [] include Aws::Structure end |