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.
-
#enable_kinesis_streaming_configuration ⇒ Types::EnableKinesisStreamingConfiguration
The destination for the Kinesis streaming information that is being enabled.
-
#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.
5225 5226 5227 5228 5229 5230 5231 5232 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 5225 class KinesisStreamingDestinationOutput < Struct.new( :table_name, :stream_arn, :destination_status, :enable_kinesis_streaming_configuration) SENSITIVE = [] include Aws::Structure end |
#enable_kinesis_streaming_configuration ⇒ Types::EnableKinesisStreamingConfiguration
The destination for the Kinesis streaming information that is being enabled.
5225 5226 5227 5228 5229 5230 5231 5232 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 5225 class KinesisStreamingDestinationOutput < Struct.new( :table_name, :stream_arn, :destination_status, :enable_kinesis_streaming_configuration) SENSITIVE = [] include Aws::Structure end |
#stream_arn ⇒ String
The ARN for the specific Kinesis data stream.
5225 5226 5227 5228 5229 5230 5231 5232 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 5225 class KinesisStreamingDestinationOutput < Struct.new( :table_name, :stream_arn, :destination_status, :enable_kinesis_streaming_configuration) SENSITIVE = [] include Aws::Structure end |
#table_name ⇒ String
The name of the table being modified.
5225 5226 5227 5228 5229 5230 5231 5232 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 5225 class KinesisStreamingDestinationOutput < Struct.new( :table_name, :stream_arn, :destination_status, :enable_kinesis_streaming_configuration) SENSITIVE = [] include Aws::Structure end |