Class: Aws::IoT::Types::StreamInfo

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Overview

Information about a stream.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The date when the stream was created.

Returns:

  • (Time)


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

#descriptionString

The description of the stream.

Returns:

  • (String)


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

#filesArray<Types::StreamFile>

The files to stream.

Returns:



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_atTime

The date when the stream was last updated.

Returns:

  • (Time)


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_arnString

An IAM role IoT assumes to access your S3 files.

Returns:

  • (String)


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_arnString

The stream ARN.

Returns:

  • (String)


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_idString

The stream ID.

Returns:

  • (String)


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_versionInteger

The stream version.

Returns:

  • (Integer)


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