Class: Aws::IoT::Types::CreateStreamResponse

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)


3961
3962
3963
3964
3965
3966
3967
3968
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 3961

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

#stream_arnString

The stream ARN.

Returns:

  • (String)


3961
3962
3963
3964
3965
3966
3967
3968
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 3961

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

#stream_idString

The stream ID.

Returns:

  • (String)


3961
3962
3963
3964
3965
3966
3967
3968
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 3961

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

#stream_versionInteger

The version of the stream.

Returns:

  • (Integer)


3961
3962
3963
3964
3965
3966
3967
3968
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 3961

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