Class: Aws::DynamoDB::Types::UpdateKinesisStreamingDestinationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::UpdateKinesisStreamingDestinationInput
- 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 Amazon Resource Name (ARN) for the Kinesis stream input.
-
#table_name ⇒ String
The table name for the Kinesis streaming destination input.
-
#update_kinesis_streaming_configuration ⇒ Types::UpdateKinesisStreamingConfiguration
The command to update the Kinesis stream configuration.
Instance Attribute Details
#stream_arn ⇒ String
The Amazon Resource Name (ARN) for the Kinesis stream input.
10233 10234 10235 10236 10237 10238 10239 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 10233 class UpdateKinesisStreamingDestinationInput < Struct.new( :table_name, :stream_arn, :update_kinesis_streaming_configuration) SENSITIVE = [] include Aws::Structure end |
#table_name ⇒ String
The table name for the Kinesis streaming destination input. You can also provide the ARN of the table in this parameter.
10233 10234 10235 10236 10237 10238 10239 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 10233 class UpdateKinesisStreamingDestinationInput < Struct.new( :table_name, :stream_arn, :update_kinesis_streaming_configuration) SENSITIVE = [] include Aws::Structure end |
#update_kinesis_streaming_configuration ⇒ Types::UpdateKinesisStreamingConfiguration
The command to update the Kinesis stream configuration.
10233 10234 10235 10236 10237 10238 10239 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 10233 class UpdateKinesisStreamingDestinationInput < Struct.new( :table_name, :stream_arn, :update_kinesis_streaming_configuration) SENSITIVE = [] include Aws::Structure end |