Class: Aws::DSQL::Types::CreateStreamOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DSQL::Types::CreateStreamOutput
- Defined in:
- gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb
Overview
The output of a created stream.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the created stream.
-
#cluster_identifier ⇒ String
The ID of the cluster for the created stream.
-
#creation_time ⇒ Time
The time when created the stream.
-
#format ⇒ String
The format of the created stream records.
-
#ordering ⇒ String
The ordering mode of the created stream.
-
#status ⇒ String
The status of the created stream.
-
#stream_identifier ⇒ String
The ID of the created stream.
Instance Attribute Details
#arn ⇒ String
The ARN of the created stream.
263 264 265 266 267 268 269 270 271 272 273 |
# File 'gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb', line 263 class CreateStreamOutput < Struct.new( :cluster_identifier, :stream_identifier, :arn, :status, :creation_time, :ordering, :format) SENSITIVE = [] include Aws::Structure end |
#cluster_identifier ⇒ String
The ID of the cluster for the created stream.
263 264 265 266 267 268 269 270 271 272 273 |
# File 'gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb', line 263 class CreateStreamOutput < Struct.new( :cluster_identifier, :stream_identifier, :arn, :status, :creation_time, :ordering, :format) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The time when created the stream.
263 264 265 266 267 268 269 270 271 272 273 |
# File 'gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb', line 263 class CreateStreamOutput < Struct.new( :cluster_identifier, :stream_identifier, :arn, :status, :creation_time, :ordering, :format) SENSITIVE = [] include Aws::Structure end |
#format ⇒ String
The format of the created stream records.
263 264 265 266 267 268 269 270 271 272 273 |
# File 'gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb', line 263 class CreateStreamOutput < Struct.new( :cluster_identifier, :stream_identifier, :arn, :status, :creation_time, :ordering, :format) SENSITIVE = [] include Aws::Structure end |
#ordering ⇒ String
The ordering mode of the created stream.
263 264 265 266 267 268 269 270 271 272 273 |
# File 'gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb', line 263 class CreateStreamOutput < Struct.new( :cluster_identifier, :stream_identifier, :arn, :status, :creation_time, :ordering, :format) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the created stream.
263 264 265 266 267 268 269 270 271 272 273 |
# File 'gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb', line 263 class CreateStreamOutput < Struct.new( :cluster_identifier, :stream_identifier, :arn, :status, :creation_time, :ordering, :format) SENSITIVE = [] include Aws::Structure end |
#stream_identifier ⇒ String
The ID of the created stream.
263 264 265 266 267 268 269 270 271 272 273 |
# File 'gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb', line 263 class CreateStreamOutput < Struct.new( :cluster_identifier, :stream_identifier, :arn, :status, :creation_time, :ordering, :format) SENSITIVE = [] include Aws::Structure end |