Class: Aws::DynamoDB::Types::KinesisStreamingDestinationOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::DynamoDB::Types::KinesisStreamingDestinationOutput
 
 
- Defined in:
 - gems/aws-sdk-dynamodb/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.
      5347 5348 5349 5350 5351 5352 5353 5354  | 
    
      # File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 5347 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.
      5347 5348 5349 5350 5351 5352 5353 5354  | 
    
      # File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 5347 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.
      5347 5348 5349 5350 5351 5352 5353 5354  | 
    
      # File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 5347 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.
      5347 5348 5349 5350 5351 5352 5353 5354  | 
    
      # File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 5347 class KinesisStreamingDestinationOutput < Struct.new( :table_name, :stream_arn, :destination_status, :enable_kinesis_streaming_configuration) SENSITIVE = [] include Aws::Structure end  |