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
-
#enable_kinesis_streaming_configuration ⇒ Types::EnableKinesisStreamingConfiguration
The source for the Kinesis streaming information that is being enabled.
-
#stream_arn ⇒ String
The ARN for a Kinesis data stream.
-
#table_name ⇒ String
The name of the DynamoDB table.
Instance Attribute Details
#enable_kinesis_streaming_configuration ⇒ Types::EnableKinesisStreamingConfiguration
The source for the Kinesis streaming information that is being enabled.
5198 5199 5200 5201 5202 5203 5204 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 5198 class KinesisStreamingDestinationInput < Struct.new( :table_name, :stream_arn, :enable_kinesis_streaming_configuration) SENSITIVE = [] include Aws::Structure end |
#stream_arn ⇒ String
The ARN for a Kinesis data stream.
5198 5199 5200 5201 5202 5203 5204 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 5198 class KinesisStreamingDestinationInput < Struct.new( :table_name, :stream_arn, :enable_kinesis_streaming_configuration) SENSITIVE = [] include Aws::Structure end |
#table_name ⇒ String
The name of the DynamoDB table. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.
5198 5199 5200 5201 5202 5203 5204 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 5198 class KinesisStreamingDestinationInput < Struct.new( :table_name, :stream_arn, :enable_kinesis_streaming_configuration) SENSITIVE = [] include Aws::Structure end |