Class: Aws::IoT::Types::CreateStreamResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::CreateStreamResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Instance Attribute Summary collapse
-
#description ⇒ String
A description of the stream.
-
#stream_arn ⇒ String
The stream ARN.
-
#stream_id ⇒ String
The stream ID.
-
#stream_version ⇒ Integer
The version of the stream.
Instance Attribute Details
#description ⇒ String
A description of the stream.
2595 2596 2597 2598 2599 2600 2601 |
# File 'lib/aws-sdk-iot/types.rb', line 2595 class CreateStreamResponse < Struct.new( :stream_id, :stream_arn, :description, :stream_version) include Aws::Structure end |
#stream_arn ⇒ String
The stream ARN.
2595 2596 2597 2598 2599 2600 2601 |
# File 'lib/aws-sdk-iot/types.rb', line 2595 class CreateStreamResponse < Struct.new( :stream_id, :stream_arn, :description, :stream_version) include Aws::Structure end |
#stream_id ⇒ String
The stream ID.
2595 2596 2597 2598 2599 2600 2601 |
# File 'lib/aws-sdk-iot/types.rb', line 2595 class CreateStreamResponse < Struct.new( :stream_id, :stream_arn, :description, :stream_version) include Aws::Structure end |
#stream_version ⇒ Integer
The version of the stream.
2595 2596 2597 2598 2599 2600 2601 |
# File 'lib/aws-sdk-iot/types.rb', line 2595 class CreateStreamResponse < Struct.new( :stream_id, :stream_arn, :description, :stream_version) include Aws::Structure end |