Class: Aws::DSQL::Types::DeleteStreamOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb

Overview

The output from a deleted stream.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the deleted stream.

Returns:

  • (String)


428
429
430
431
432
433
434
435
436
# File 'gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb', line 428

class DeleteStreamOutput < Struct.new(
  :cluster_identifier,
  :stream_identifier,
  :arn,
  :status,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#cluster_identifierString

The ID of the cluster for the deleted stream.

Returns:

  • (String)


428
429
430
431
432
433
434
435
436
# File 'gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb', line 428

class DeleteStreamOutput < Struct.new(
  :cluster_identifier,
  :stream_identifier,
  :arn,
  :status,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

The time when the stream was created.

Returns:

  • (Time)


428
429
430
431
432
433
434
435
436
# File 'gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb', line 428

class DeleteStreamOutput < Struct.new(
  :cluster_identifier,
  :stream_identifier,
  :arn,
  :status,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the stream.

Returns:

  • (String)


428
429
430
431
432
433
434
435
436
# File 'gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb', line 428

class DeleteStreamOutput < Struct.new(
  :cluster_identifier,
  :stream_identifier,
  :arn,
  :status,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#stream_identifierString

The ID of the deleted stream.

Returns:

  • (String)


428
429
430
431
432
433
434
435
436
# File 'gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb', line 428

class DeleteStreamOutput < Struct.new(
  :cluster_identifier,
  :stream_identifier,
  :arn,
  :status,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end