Class: Aws::IoT::Types::UpdateStreamRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the stream.

Returns:

  • (String)


18351
18352
18353
18354
18355
18356
18357
18358
# File 'lib/aws-sdk-iot/types.rb', line 18351

class UpdateStreamRequest < Struct.new(
  :stream_id,
  :description,
  :files,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#filesArray<Types::StreamFile>

The files associated with the stream.

Returns:



18351
18352
18353
18354
18355
18356
18357
18358
# File 'lib/aws-sdk-iot/types.rb', line 18351

class UpdateStreamRequest < Struct.new(
  :stream_id,
  :description,
  :files,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

An IAM role that allows the IoT service principal assumes to access your S3 files.

Returns:

  • (String)


18351
18352
18353
18354
18355
18356
18357
18358
# File 'lib/aws-sdk-iot/types.rb', line 18351

class UpdateStreamRequest < Struct.new(
  :stream_id,
  :description,
  :files,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#stream_idString

The stream ID.

Returns:

  • (String)


18351
18352
18353
18354
18355
18356
18357
18358
# File 'lib/aws-sdk-iot/types.rb', line 18351

class UpdateStreamRequest < Struct.new(
  :stream_id,
  :description,
  :files,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end