Class: Aws::DynamoDB::Types::KinesisDataStreamDestination
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::KinesisDataStreamDestination
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
Overview
Describes a Kinesis data stream destination.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination_status ⇒ String
The current status of replication.
-
#destination_status_description ⇒ String
The human-readable string that corresponds to the replica status.
-
#stream_arn ⇒ String
The ARN for a specific Kinesis data stream.
Instance Attribute Details
#destination_status ⇒ String
The current status of replication.
5106 5107 5108 5109 5110 5111 5112 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 5106 class KinesisDataStreamDestination < Struct.new( :stream_arn, :destination_status, :destination_status_description) SENSITIVE = [] include Aws::Structure end |
#destination_status_description ⇒ String
The human-readable string that corresponds to the replica status.
5106 5107 5108 5109 5110 5111 5112 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 5106 class KinesisDataStreamDestination < Struct.new( :stream_arn, :destination_status, :destination_status_description) SENSITIVE = [] include Aws::Structure end |
#stream_arn ⇒ String
The ARN for a specific Kinesis data stream.
5106 5107 5108 5109 5110 5111 5112 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 5106 class KinesisDataStreamDestination < Struct.new( :stream_arn, :destination_status, :destination_status_description) SENSITIVE = [] include Aws::Structure end |