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.

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The date when the stream was created.

Returns:

  • (Time)


9678
9679
9680
9681
9682
9683
9684
9685
9686
9687
9688
# File 'lib/aws-sdk-iot/types.rb', line 9678

class StreamInfo < Struct.new(
  :stream_id,
  :stream_arn,
  :stream_version,
  :description,
  :files,
  :created_at,
  :last_updated_at,
  :role_arn)
  include Aws::Structure
end

#descriptionString

The description of the stream.

Returns:

  • (String)


9678
9679
9680
9681
9682
9683
9684
9685
9686
9687
9688
# File 'lib/aws-sdk-iot/types.rb', line 9678

class StreamInfo < Struct.new(
  :stream_id,
  :stream_arn,
  :stream_version,
  :description,
  :files,
  :created_at,
  :last_updated_at,
  :role_arn)
  include Aws::Structure
end

#filesArray<Types::StreamFile>

The files to stream.

Returns:



9678
9679
9680
9681
9682
9683
9684
9685
9686
9687
9688
# File 'lib/aws-sdk-iot/types.rb', line 9678

class StreamInfo < Struct.new(
  :stream_id,
  :stream_arn,
  :stream_version,
  :description,
  :files,
  :created_at,
  :last_updated_at,
  :role_arn)
  include Aws::Structure
end

#last_updated_atTime

The date when the stream was last updated.

Returns:

  • (Time)


9678
9679
9680
9681
9682
9683
9684
9685
9686
9687
9688
# File 'lib/aws-sdk-iot/types.rb', line 9678

class StreamInfo < Struct.new(
  :stream_id,
  :stream_arn,
  :stream_version,
  :description,
  :files,
  :created_at,
  :last_updated_at,
  :role_arn)
  include Aws::Structure
end

#role_arnString

An IAM role AWS IoT assumes to access your S3 files.

Returns:

  • (String)


9678
9679
9680
9681
9682
9683
9684
9685
9686
9687
9688
# File 'lib/aws-sdk-iot/types.rb', line 9678

class StreamInfo < Struct.new(
  :stream_id,
  :stream_arn,
  :stream_version,
  :description,
  :files,
  :created_at,
  :last_updated_at,
  :role_arn)
  include Aws::Structure
end

#stream_arnString

The stream ARN.

Returns:

  • (String)


9678
9679
9680
9681
9682
9683
9684
9685
9686
9687
9688
# File 'lib/aws-sdk-iot/types.rb', line 9678

class StreamInfo < Struct.new(
  :stream_id,
  :stream_arn,
  :stream_version,
  :description,
  :files,
  :created_at,
  :last_updated_at,
  :role_arn)
  include Aws::Structure
end

#stream_idString

The stream ID.

Returns:

  • (String)


9678
9679
9680
9681
9682
9683
9684
9685
9686
9687
9688
# File 'lib/aws-sdk-iot/types.rb', line 9678

class StreamInfo < Struct.new(
  :stream_id,
  :stream_arn,
  :stream_version,
  :description,
  :files,
  :created_at,
  :last_updated_at,
  :role_arn)
  include Aws::Structure
end

#stream_versionInteger

The stream version.

Returns:

  • (Integer)


9678
9679
9680
9681
9682
9683
9684
9685
9686
9687
9688
# File 'lib/aws-sdk-iot/types.rb', line 9678

class StreamInfo < Struct.new(
  :stream_id,
  :stream_arn,
  :stream_version,
  :description,
  :files,
  :created_at,
  :last_updated_at,
  :role_arn)
  include Aws::Structure
end