Class: Aws::DynamoDB::Types::KinesisStreamingDestinationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::KinesisStreamingDestinationInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#stream_arn ⇒ String
The ARN for a Kinesis data stream.
-
#table_name ⇒ String
The name of the DynamoDB table.
Instance Attribute Details
#stream_arn ⇒ String
The ARN for a Kinesis data stream.
4844 4845 4846 4847 4848 4849 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 4844 class KinesisStreamingDestinationInput < Struct.new( :table_name, :stream_arn) SENSITIVE = [] include Aws::Structure end |
#table_name ⇒ String
The name of the DynamoDB table.
4844 4845 4846 4847 4848 4849 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 4844 class KinesisStreamingDestinationInput < Struct.new( :table_name, :stream_arn) SENSITIVE = [] include Aws::Structure end |