Class: Aws::DSQL::Types::StreamSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::DSQL::Types::StreamSummary
- Defined in:
- gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb
Overview
Summary information about a stream.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the stream.
-
#cluster_identifier ⇒ String
The ID of the cluster.
-
#creation_time ⇒ Time
The timestamp when the stream was created.
-
#status ⇒ String
The current status of the stream.
-
#stream_identifier ⇒ String
The ID of the stream.
Instance Attribute Details
#arn ⇒ String
The ARN of the stream.
996 997 998 999 1000 1001 1002 1003 1004 |
# File 'gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb', line 996 class StreamSummary < Struct.new( :cluster_identifier, :stream_identifier, :arn, :creation_time, :status) SENSITIVE = [] include Aws::Structure end |
#cluster_identifier ⇒ String
The ID of the cluster.
996 997 998 999 1000 1001 1002 1003 1004 |
# File 'gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb', line 996 class StreamSummary < Struct.new( :cluster_identifier, :stream_identifier, :arn, :creation_time, :status) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The timestamp when the stream was created.
996 997 998 999 1000 1001 1002 1003 1004 |
# File 'gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb', line 996 class StreamSummary < Struct.new( :cluster_identifier, :stream_identifier, :arn, :creation_time, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the stream.
996 997 998 999 1000 1001 1002 1003 1004 |
# File 'gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb', line 996 class StreamSummary < Struct.new( :cluster_identifier, :stream_identifier, :arn, :creation_time, :status) SENSITIVE = [] include Aws::Structure end |
#stream_identifier ⇒ String
The ID of the stream.
996 997 998 999 1000 1001 1002 1003 1004 |
# File 'gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb', line 996 class StreamSummary < Struct.new( :cluster_identifier, :stream_identifier, :arn, :creation_time, :status) SENSITIVE = [] include Aws::Structure end |