Class: Aws::IoT::Types::DescribeStreamRequest

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

#stream_idString

The stream ID.

Returns:

  • (String)


6930
6931
6932
6933
6934
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6930

class DescribeStreamRequest < Struct.new(
  :stream_id)
  SENSITIVE = []
  include Aws::Structure
end