Class: Aws::IoT::Types::CreateStreamResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::CreateStreamResponse
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
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.
4454 4455 4456 4457 4458 4459 4460 4461 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 4454 class CreateStreamResponse < Struct.new( :stream_id, :stream_arn, :description, :stream_version) SENSITIVE = [] include Aws::Structure end |
#stream_arn ⇒ String
The stream ARN.
4454 4455 4456 4457 4458 4459 4460 4461 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 4454 class CreateStreamResponse < Struct.new( :stream_id, :stream_arn, :description, :stream_version) SENSITIVE = [] include Aws::Structure end |
#stream_id ⇒ String
The stream ID.
4454 4455 4456 4457 4458 4459 4460 4461 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 4454 class CreateStreamResponse < Struct.new( :stream_id, :stream_arn, :description, :stream_version) SENSITIVE = [] include Aws::Structure end |
#stream_version ⇒ Integer
The version of the stream.
4454 4455 4456 4457 4458 4459 4460 4461 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 4454 class CreateStreamResponse < Struct.new( :stream_id, :stream_arn, :description, :stream_version) SENSITIVE = [] include Aws::Structure end |