Class: Aws::DynamoDB::Types::KinesisStreamingDestinationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::KinesisStreamingDestinationOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination_status ⇒ String
The current status of the replication.
-
#stream_arn ⇒ String
The ARN for the specific Kinesis data stream.
-
#table_name ⇒ String
The name of the table being modified.
Instance Attribute Details
#destination_status ⇒ String
The current status of the replication.
4865 4866 4867 4868 4869 4870 4871 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 4865 class KinesisStreamingDestinationOutput < Struct.new( :table_name, :stream_arn, :destination_status) SENSITIVE = [] include Aws::Structure end |
#stream_arn ⇒ String
The ARN for the specific Kinesis data stream.
4865 4866 4867 4868 4869 4870 4871 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 4865 class KinesisStreamingDestinationOutput < Struct.new( :table_name, :stream_arn, :destination_status) SENSITIVE = [] include Aws::Structure end |
#table_name ⇒ String
The name of the table being modified.
4865 4866 4867 4868 4869 4870 4871 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 4865 class KinesisStreamingDestinationOutput < Struct.new( :table_name, :stream_arn, :destination_status) SENSITIVE = [] include Aws::Structure end |