Class: Aws::NimbleStudio::Types::StreamConfigurationSessionBackup

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb

Overview

Configures how streaming sessions are backed up when launched from this launch profile.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_backups_to_retainInteger

The maximum number of backups that each streaming session created from this launch profile can have.

Returns:

  • (Integer)


2675
2676
2677
2678
2679
2680
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 2675

class StreamConfigurationSessionBackup < Struct.new(
  :max_backups_to_retain,
  :mode)
  SENSITIVE = []
  include Aws::Structure
end

#modeString

Specifies how artists sessions are backed up.

Configures backups for streaming sessions launched with this launch profile. The default value is DEACTIVATED, which means that backups are deactivated. To allow backups, set this value to AUTOMATIC.

Returns:

  • (String)


2675
2676
2677
2678
2679
2680
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 2675

class StreamConfigurationSessionBackup < Struct.new(
  :max_backups_to_retain,
  :mode)
  SENSITIVE = []
  include Aws::Structure
end