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.
14960 14961 14962 14963 14964 14965 14966 14967 14968 14969 14970 14971 |
# File 'lib/aws-sdk-iot/types.rb', line 14960 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.
14960 14961 14962 14963 14964 14965 14966 14967 14968 14969 14970 14971 |
# File 'lib/aws-sdk-iot/types.rb', line 14960 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.
14960 14961 14962 14963 14964 14965 14966 14967 14968 14969 14970 14971 |
# File 'lib/aws-sdk-iot/types.rb', line 14960 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.
14960 14961 14962 14963 14964 14965 14966 14967 14968 14969 14970 14971 |
# File 'lib/aws-sdk-iot/types.rb', line 14960 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.
14960 14961 14962 14963 14964 14965 14966 14967 14968 14969 14970 14971 |
# File 'lib/aws-sdk-iot/types.rb', line 14960 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.
14960 14961 14962 14963 14964 14965 14966 14967 14968 14969 14970 14971 |
# File 'lib/aws-sdk-iot/types.rb', line 14960 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.
14960 14961 14962 14963 14964 14965 14966 14967 14968 14969 14970 14971 |
# File 'lib/aws-sdk-iot/types.rb', line 14960 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.
14960 14961 14962 14963 14964 14965 14966 14967 14968 14969 14970 14971 |
# File 'lib/aws-sdk-iot/types.rb', line 14960 class StreamInfo < Struct.new( :stream_id, :stream_arn, :stream_version, :description, :files, :created_at, :last_updated_at, :role_arn) SENSITIVE = [] include Aws::Structure end |