Class: Aws::DSQL::Types::GetStreamOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DSQL::Types::GetStreamOutput
- Defined in:
- gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb
Overview
The output of a retrieved stream.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the retrieved stream.
-
#cluster_identifier ⇒ String
The ID of the cluster for the retrieved stream.
-
#creation_time ⇒ Time
The time when the stream was created.
-
#format ⇒ String
The format of the stream records.
-
#ordering ⇒ String
The ordering mode of the stream.
-
#status ⇒ String
The current status of the retrieved stream.
-
#status_reason ⇒ Types::StatusReason
Stream status reason with error code and timestamp (if applicable).
-
#stream_identifier ⇒ String
The ID of the retrieved stream.
-
#tags ⇒ Hash<String,String>
A map of tags associated with the stream.
-
#target_definition ⇒ Types::TargetDefinition
The target definition for the stream destination.
Instance Attribute Details
#arn ⇒ String
The ARN of the retrieved stream.
622 623 624 625 626 627 628 629 630 631 632 633 634 635 |
# File 'gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb', line 622 class GetStreamOutput < Struct.new( :cluster_identifier, :stream_identifier, :arn, :status, :creation_time, :ordering, :format, :target_definition, :status_reason, :tags) SENSITIVE = [] include Aws::Structure end |
#cluster_identifier ⇒ String
The ID of the cluster for the retrieved stream.
622 623 624 625 626 627 628 629 630 631 632 633 634 635 |
# File 'gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb', line 622 class GetStreamOutput < Struct.new( :cluster_identifier, :stream_identifier, :arn, :status, :creation_time, :ordering, :format, :target_definition, :status_reason, :tags) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The time when the stream was created.
622 623 624 625 626 627 628 629 630 631 632 633 634 635 |
# File 'gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb', line 622 class GetStreamOutput < Struct.new( :cluster_identifier, :stream_identifier, :arn, :status, :creation_time, :ordering, :format, :target_definition, :status_reason, :tags) SENSITIVE = [] include Aws::Structure end |
#format ⇒ String
The format of the stream records.
622 623 624 625 626 627 628 629 630 631 632 633 634 635 |
# File 'gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb', line 622 class GetStreamOutput < Struct.new( :cluster_identifier, :stream_identifier, :arn, :status, :creation_time, :ordering, :format, :target_definition, :status_reason, :tags) SENSITIVE = [] include Aws::Structure end |
#ordering ⇒ String
The ordering mode of the stream.
622 623 624 625 626 627 628 629 630 631 632 633 634 635 |
# File 'gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb', line 622 class GetStreamOutput < Struct.new( :cluster_identifier, :stream_identifier, :arn, :status, :creation_time, :ordering, :format, :target_definition, :status_reason, :tags) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the retrieved stream.
622 623 624 625 626 627 628 629 630 631 632 633 634 635 |
# File 'gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb', line 622 class GetStreamOutput < Struct.new( :cluster_identifier, :stream_identifier, :arn, :status, :creation_time, :ordering, :format, :target_definition, :status_reason, :tags) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ Types::StatusReason
Stream status reason with error code and timestamp (if applicable).
622 623 624 625 626 627 628 629 630 631 632 633 634 635 |
# File 'gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb', line 622 class GetStreamOutput < Struct.new( :cluster_identifier, :stream_identifier, :arn, :status, :creation_time, :ordering, :format, :target_definition, :status_reason, :tags) SENSITIVE = [] include Aws::Structure end |
#stream_identifier ⇒ String
The ID of the retrieved stream.
622 623 624 625 626 627 628 629 630 631 632 633 634 635 |
# File 'gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb', line 622 class GetStreamOutput < Struct.new( :cluster_identifier, :stream_identifier, :arn, :status, :creation_time, :ordering, :format, :target_definition, :status_reason, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A map of tags associated with the stream.
622 623 624 625 626 627 628 629 630 631 632 633 634 635 |
# File 'gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb', line 622 class GetStreamOutput < Struct.new( :cluster_identifier, :stream_identifier, :arn, :status, :creation_time, :ordering, :format, :target_definition, :status_reason, :tags) SENSITIVE = [] include Aws::Structure end |
#target_definition ⇒ Types::TargetDefinition
The target definition for the stream destination.
622 623 624 625 626 627 628 629 630 631 632 633 634 635 |
# File 'gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb', line 622 class GetStreamOutput < Struct.new( :cluster_identifier, :stream_identifier, :arn, :status, :creation_time, :ordering, :format, :target_definition, :status_reason, :tags) SENSITIVE = [] include Aws::Structure end |