Class: Aws::Types::UpdateStreamRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


5348
5349
5350
# File 'sig/types.rbs', line 5348

def description
  @description
end

#files::Array[Types::StreamFile]

Returns the value of attribute files.

Returns:



5349
5350
5351
# File 'sig/types.rbs', line 5349

def files
  @files
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


5350
5351
5352
# File 'sig/types.rbs', line 5350

def role_arn
  @role_arn
end

#stream_id::String

Returns the value of attribute stream_id.

Returns:

  • (::String)


5347
5348
5349
# File 'sig/types.rbs', line 5347

def stream_id
  @stream_id
end