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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/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)


14317
14318
14319
14320
14321
14322
14323
14324
14325
14326
14327
14328
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14317

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)


14317
14318
14319
14320
14321
14322
14323
14324
14325
14326
14327
14328
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14317

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:



14317
14318
14319
14320
14321
14322
14323
14324
14325
14326
14327
14328
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14317

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)


14317
14318
14319
14320
14321
14322
14323
14324
14325
14326
14327
14328
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14317

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)


14317
14318
14319
14320
14321
14322
14323
14324
14325
14326
14327
14328
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14317

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)


14317
14318
14319
14320
14321
14322
14323
14324
14325
14326
14327
14328
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14317

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)


14317
14318
14319
14320
14321
14322
14323
14324
14325
14326
14327
14328
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14317

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)


14317
14318
14319
14320
14321
14322
14323
14324
14325
14326
14327
14328
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14317

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