Class: Aws::DynamoDB::Types::KinesisStreamingDestinationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::KinesisStreamingDestinationInput
- Defined in:
- gems/aws-sdk-dynamodb/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.
4953 4954 4955 4956 4957 4958 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 4953 class KinesisStreamingDestinationInput < Struct.new( :table_name, :stream_arn) SENSITIVE = [] include Aws::Structure end |
#table_name ⇒ String
The name of the DynamoDB table.
4953 4954 4955 4956 4957 4958 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 4953 class KinesisStreamingDestinationInput < Struct.new( :table_name, :stream_arn) SENSITIVE = [] include Aws::Structure end |