Class: Aws::Kinesis::Types::DescribeStreamOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kinesis::Types::DescribeStreamOutput
- Defined in:
- gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb
Overview
Represents the output for DescribeStream
.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#stream_description ⇒ Types::StreamDescription
The current status of the stream, the stream Amazon Resource Name (ARN), an array of shard objects that comprise the stream, and whether there are more shards available.
Instance Attribute Details
#stream_description ⇒ Types::StreamDescription
The current status of the stream, the stream Amazon Resource Name (ARN), an array of shard objects that comprise the stream, and whether there are more shards available.
398 399 400 401 402 |
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 398 class DescribeStreamOutput < Struct.new( :stream_description) SENSITIVE = [] include Aws::Structure end |