Method: Aws::IoT::Types::UpdateStreamResponse#stream_version
- Defined in:
- lib/aws-sdk-iot/types.rb
#stream_version ⇒ Integer
The stream version.
18698 18699 18700 18701 18702 18703 18704 18705 |
# File 'lib/aws-sdk-iot/types.rb', line 18698 class UpdateStreamResponse < Struct.new( :stream_id, :stream_arn, :description, :stream_version) SENSITIVE = [] include Aws::Structure end |