Class: Aws::DynamoDBStreams::Types::DescribeStreamOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDBStreams::Types::DescribeStreamOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dynamodbstreams/types.rb
Overview
Represents the output of a ‘DescribeStream` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#stream_description ⇒ Types::StreamDescription
A complete description of the stream, including its creation date and time, the DynamoDB table associated with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records within the shards.
Instance Attribute Details
#stream_description ⇒ Types::StreamDescription
A complete description of the stream, including its creation date and time, the DynamoDB table associated with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records within the shards.
150 151 152 153 154 |
# File 'lib/aws-sdk-dynamodbstreams/types.rb', line 150 class DescribeStreamOutput < Struct.new( :stream_description) SENSITIVE = [] include Aws::Structure end |