Class: Aws::DSQL::Types::StreamSummary

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

Instance Attribute Details

#arnString

The ARN of the stream.

Returns:

  • (String)


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_identifierString

The ID of the cluster.

Returns:

  • (String)


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_timeTime

The timestamp when the stream was created.

Returns:

  • (Time)


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

#statusString

The current status of the stream.

Returns:

  • (String)


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_identifierString

The ID of the stream.

Returns:

  • (String)


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