Class: Aws::IoT::Types::StreamInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::StreamInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
Information about a stream.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The date when the stream was created.
-
#description ⇒ String
The description of the stream.
-
#files ⇒ Array<Types::StreamFile>
The files to stream.
-
#last_updated_at ⇒ Time
The date when the stream was last updated.
-
#role_arn ⇒ String
An IAM role IoT assumes to access your S3 files.
-
#stream_arn ⇒ String
The stream ARN.
-
#stream_id ⇒ String
The stream ID.
-
#stream_version ⇒ Integer
The stream version.
Instance Attribute Details
#created_at ⇒ Time
The date when the stream was created.
17120 17121 17122 17123 17124 17125 17126 17127 17128 17129 17130 17131 |
# File 'lib/aws-sdk-iot/types.rb', line 17120 class StreamInfo < Struct.new( :stream_id, :stream_arn, :stream_version, :description, :files, :created_at, :last_updated_at, :role_arn) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the stream.
17120 17121 17122 17123 17124 17125 17126 17127 17128 17129 17130 17131 |
# File 'lib/aws-sdk-iot/types.rb', line 17120 class StreamInfo < Struct.new( :stream_id, :stream_arn, :stream_version, :description, :files, :created_at, :last_updated_at, :role_arn) SENSITIVE = [] include Aws::Structure end |
#files ⇒ Array<Types::StreamFile>
The files to stream.
17120 17121 17122 17123 17124 17125 17126 17127 17128 17129 17130 17131 |
# File 'lib/aws-sdk-iot/types.rb', line 17120 class StreamInfo < Struct.new( :stream_id, :stream_arn, :stream_version, :description, :files, :created_at, :last_updated_at, :role_arn) SENSITIVE = [] include Aws::Structure end |
#last_updated_at ⇒ Time
The date when the stream was last updated.
17120 17121 17122 17123 17124 17125 17126 17127 17128 17129 17130 17131 |
# File 'lib/aws-sdk-iot/types.rb', line 17120 class StreamInfo < Struct.new( :stream_id, :stream_arn, :stream_version, :description, :files, :created_at, :last_updated_at, :role_arn) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
An IAM role IoT assumes to access your S3 files.
17120 17121 17122 17123 17124 17125 17126 17127 17128 17129 17130 17131 |
# File 'lib/aws-sdk-iot/types.rb', line 17120 class StreamInfo < Struct.new( :stream_id, :stream_arn, :stream_version, :description, :files, :created_at, :last_updated_at, :role_arn) SENSITIVE = [] include Aws::Structure end |
#stream_arn ⇒ String
The stream ARN.
17120 17121 17122 17123 17124 17125 17126 17127 17128 17129 17130 17131 |
# File 'lib/aws-sdk-iot/types.rb', line 17120 class StreamInfo < Struct.new( :stream_id, :stream_arn, :stream_version, :description, :files, :created_at, :last_updated_at, :role_arn) SENSITIVE = [] include Aws::Structure end |
#stream_id ⇒ String
The stream ID.
17120 17121 17122 17123 17124 17125 17126 17127 17128 17129 17130 17131 |
# File 'lib/aws-sdk-iot/types.rb', line 17120 class StreamInfo < Struct.new( :stream_id, :stream_arn, :stream_version, :description, :files, :created_at, :last_updated_at, :role_arn) SENSITIVE = [] include Aws::Structure end |
#stream_version ⇒ Integer
The stream version.
17120 17121 17122 17123 17124 17125 17126 17127 17128 17129 17130 17131 |
# File 'lib/aws-sdk-iot/types.rb', line 17120 class StreamInfo < Struct.new( :stream_id, :stream_arn, :stream_version, :description, :files, :created_at, :last_updated_at, :role_arn) SENSITIVE = [] include Aws::Structure end |