Class: Aws::DSQL::Types::CreateStreamOutput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

The ARN of the created stream.

Returns:

  • (String)


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_identifierString

The ID of the cluster for the created stream.

Returns:

  • (String)


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_timeTime

The time when created the stream.

Returns:

  • (Time)


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

#formatString

The format of the created stream records.

Returns:

  • (String)


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

#orderingString

The ordering mode of the created stream.

Returns:

  • (String)


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

#statusString

The status of the created stream.

Returns:

  • (String)


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_identifierString

The ID of the created stream.

Returns:

  • (String)


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