Class: Aws::IoT::Types::StreamSummary

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

Overview

A summary of a stream.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description of the stream.

Returns:

  • (String)


14348
14349
14350
14351
14352
14353
14354
14355
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14348

class StreamSummary < Struct.new(
  :stream_id,
  :stream_arn,
  :stream_version,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#stream_arnString

The stream ARN.

Returns:

  • (String)


14348
14349
14350
14351
14352
14353
14354
14355
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14348

class StreamSummary < Struct.new(
  :stream_id,
  :stream_arn,
  :stream_version,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#stream_idString

The stream ID.

Returns:

  • (String)


14348
14349
14350
14351
14352
14353
14354
14355
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14348

class StreamSummary < Struct.new(
  :stream_id,
  :stream_arn,
  :stream_version,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#stream_versionInteger

The stream version.

Returns:

  • (Integer)


14348
14349
14350
14351
14352
14353
14354
14355
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14348

class StreamSummary < Struct.new(
  :stream_id,
  :stream_arn,
  :stream_version,
  :description)
  SENSITIVE = []
  include Aws::Structure
end