Class: Aws::IoT::Types::UpdateStreamResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::UpdateStreamResponse
- 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 stream version.
Instance Attribute Details
#description ⇒ String
A description of the stream.
18472 18473 18474 18475 18476 18477 18478 18479 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 18472 class UpdateStreamResponse < Struct.new( :stream_id, :stream_arn, :description, :stream_version) SENSITIVE = [] include Aws::Structure end |
#stream_arn ⇒ String
The stream ARN.
18472 18473 18474 18475 18476 18477 18478 18479 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 18472 class UpdateStreamResponse < Struct.new( :stream_id, :stream_arn, :description, :stream_version) SENSITIVE = [] include Aws::Structure end |
#stream_id ⇒ String
The stream ID.
18472 18473 18474 18475 18476 18477 18478 18479 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 18472 class UpdateStreamResponse < Struct.new( :stream_id, :stream_arn, :description, :stream_version) SENSITIVE = [] include Aws::Structure end |
#stream_version ⇒ Integer
The stream version.
18472 18473 18474 18475 18476 18477 18478 18479 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 18472 class UpdateStreamResponse < Struct.new( :stream_id, :stream_arn, :description, :stream_version) SENSITIVE = [] include Aws::Structure end |