Class: Aws::IoT::Types::UpdateStreamResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description of the stream.

Returns:

  • (String)


16764
16765
16766
16767
16768
16769
16770
16771
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 16764

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

#stream_arnString

The stream ARN.

Returns:

  • (String)


16764
16765
16766
16767
16768
16769
16770
16771
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 16764

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

#stream_idString

The stream ID.

Returns:

  • (String)


16764
16765
16766
16767
16768
16769
16770
16771
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 16764

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

#stream_versionInteger

The stream version.

Returns:

  • (Integer)


16764
16765
16766
16767
16768
16769
16770
16771
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 16764

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