Class: Aws::DynamoDB::Types::UpdateKinesisStreamingDestinationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::UpdateKinesisStreamingDestinationOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination_status ⇒ String
The status of the attempt to update the Kinesis streaming destination output.
-
#stream_arn ⇒ String
The ARN for the Kinesis stream input.
-
#table_name ⇒ String
The table name for the Kinesis streaming destination output.
-
#update_kinesis_streaming_configuration ⇒ Types::UpdateKinesisStreamingConfiguration
The command to update the Kinesis streaming destination configuration.
Instance Attribute Details
#destination_status ⇒ String
The status of the attempt to update the Kinesis streaming destination output.
10341 10342 10343 10344 10345 10346 10347 10348 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 10341 class UpdateKinesisStreamingDestinationOutput < Struct.new( :table_name, :stream_arn, :destination_status, :update_kinesis_streaming_configuration) SENSITIVE = [] include Aws::Structure end |
#stream_arn ⇒ String
The ARN for the Kinesis stream input.
10341 10342 10343 10344 10345 10346 10347 10348 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 10341 class UpdateKinesisStreamingDestinationOutput < Struct.new( :table_name, :stream_arn, :destination_status, :update_kinesis_streaming_configuration) SENSITIVE = [] include Aws::Structure end |
#table_name ⇒ String
The table name for the Kinesis streaming destination output.
10341 10342 10343 10344 10345 10346 10347 10348 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 10341 class UpdateKinesisStreamingDestinationOutput < Struct.new( :table_name, :stream_arn, :destination_status, :update_kinesis_streaming_configuration) SENSITIVE = [] include Aws::Structure end |
#update_kinesis_streaming_configuration ⇒ Types::UpdateKinesisStreamingConfiguration
The command to update the Kinesis streaming destination configuration.
10341 10342 10343 10344 10345 10346 10347 10348 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 10341 class UpdateKinesisStreamingDestinationOutput < Struct.new( :table_name, :stream_arn, :destination_status, :update_kinesis_streaming_configuration) SENSITIVE = [] include Aws::Structure end |