Class: Aws::DynamoDB::Types::UpdateKinesisStreamingDestinationOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::DynamoDB::Types::UpdateKinesisStreamingDestinationOutput
 
 
- 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 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.
      10669 10670 10671 10672 10673 10674 10675 10676  | 
    
      # File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 10669 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.
      10669 10670 10671 10672 10673 10674 10675 10676  | 
    
      # File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 10669 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.
      10669 10670 10671 10672 10673 10674 10675 10676  | 
    
      # File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 10669 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.
      10669 10670 10671 10672 10673 10674 10675 10676  | 
    
      # File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 10669 class UpdateKinesisStreamingDestinationOutput < Struct.new( :table_name, :stream_arn, :destination_status, :update_kinesis_streaming_configuration) SENSITIVE = [] include Aws::Structure end  |