Class: Aws::NimbleStudio::Types::StreamingSession

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

Overview

A streaming session is a virtual workstation created using a particular launch profile.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) that is assigned to a studio resource and uniquely identifies it. ARNs are unique across all Regions.

Returns:

  • (String)


2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 2955

class StreamingSession < Struct.new(
  :arn,
  :automatic_termination_mode,
  :backup_mode,
  :created_at,
  :created_by,
  :ec2_instance_type,
  :launch_profile_id,
  :max_backups_to_retain,
  :owned_by,
  :session_id,
  :session_persistence_mode,
  :started_at,
  :started_by,
  :started_from_backup_id,
  :state,
  :status_code,
  :status_message,
  :stop_at,
  :stopped_at,
  :stopped_by,
  :streaming_image_id,
  :tags,
  :terminate_at,
  :updated_at,
  :updated_by,
  :volume_configuration,
  :volume_retention_mode)
  SENSITIVE = []
  include Aws::Structure
end

#automatic_termination_modeString

Indicates if a streaming session created from this launch profile should be terminated automatically or retained without termination after being in a STOPPED state.

  • When ACTIVATED, the streaming session is scheduled for termination after being in the STOPPED state for the time specified in maxStoppedSessionLengthInMinutes.

  • When DEACTIVATED, the streaming session can remain in the STOPPED state indefinitely.

This parameter is only allowed when sessionPersistenceMode is ACTIVATED. When allowed, the default value for this parameter is DEACTIVATED.

Returns:

  • (String)


2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 2955

class StreamingSession < Struct.new(
  :arn,
  :automatic_termination_mode,
  :backup_mode,
  :created_at,
  :created_by,
  :ec2_instance_type,
  :launch_profile_id,
  :max_backups_to_retain,
  :owned_by,
  :session_id,
  :session_persistence_mode,
  :started_at,
  :started_by,
  :started_from_backup_id,
  :state,
  :status_code,
  :status_message,
  :stop_at,
  :stopped_at,
  :stopped_by,
  :streaming_image_id,
  :tags,
  :terminate_at,
  :updated_at,
  :updated_by,
  :volume_configuration,
  :volume_retention_mode)
  SENSITIVE = []
  include Aws::Structure
end

#backup_modeString

Shows the current backup setting of the session.

Returns:

  • (String)


2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 2955

class StreamingSession < Struct.new(
  :arn,
  :automatic_termination_mode,
  :backup_mode,
  :created_at,
  :created_by,
  :ec2_instance_type,
  :launch_profile_id,
  :max_backups_to_retain,
  :owned_by,
  :session_id,
  :session_persistence_mode,
  :started_at,
  :started_by,
  :started_from_backup_id,
  :state,
  :status_code,
  :status_message,
  :stop_at,
  :stopped_at,
  :stopped_by,
  :streaming_image_id,
  :tags,
  :terminate_at,
  :updated_at,
  :updated_by,
  :volume_configuration,
  :volume_retention_mode)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The ISO timestamp in seconds for when the resource was created.

Returns:

  • (Time)


2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 2955

class StreamingSession < Struct.new(
  :arn,
  :automatic_termination_mode,
  :backup_mode,
  :created_at,
  :created_by,
  :ec2_instance_type,
  :launch_profile_id,
  :max_backups_to_retain,
  :owned_by,
  :session_id,
  :session_persistence_mode,
  :started_at,
  :started_by,
  :started_from_backup_id,
  :state,
  :status_code,
  :status_message,
  :stop_at,
  :stopped_at,
  :stopped_by,
  :streaming_image_id,
  :tags,
  :terminate_at,
  :updated_at,
  :updated_by,
  :volume_configuration,
  :volume_retention_mode)
  SENSITIVE = []
  include Aws::Structure
end

#created_byString

The user ID of the user that created the streaming session.

Returns:

  • (String)


2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 2955

class StreamingSession < Struct.new(
  :arn,
  :automatic_termination_mode,
  :backup_mode,
  :created_at,
  :created_by,
  :ec2_instance_type,
  :launch_profile_id,
  :max_backups_to_retain,
  :owned_by,
  :session_id,
  :session_persistence_mode,
  :started_at,
  :started_by,
  :started_from_backup_id,
  :state,
  :status_code,
  :status_message,
  :stop_at,
  :stopped_at,
  :stopped_by,
  :streaming_image_id,
  :tags,
  :terminate_at,
  :updated_at,
  :updated_by,
  :volume_configuration,
  :volume_retention_mode)
  SENSITIVE = []
  include Aws::Structure
end

#ec2_instance_typeString

The EC2 Instance type used for the streaming session.

Returns:

  • (String)


2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 2955

class StreamingSession < Struct.new(
  :arn,
  :automatic_termination_mode,
  :backup_mode,
  :created_at,
  :created_by,
  :ec2_instance_type,
  :launch_profile_id,
  :max_backups_to_retain,
  :owned_by,
  :session_id,
  :session_persistence_mode,
  :started_at,
  :started_by,
  :started_from_backup_id,
  :state,
  :status_code,
  :status_message,
  :stop_at,
  :stopped_at,
  :stopped_by,
  :streaming_image_id,
  :tags,
  :terminate_at,
  :updated_at,
  :updated_by,
  :volume_configuration,
  :volume_retention_mode)
  SENSITIVE = []
  include Aws::Structure
end

#launch_profile_idString

The ID of the launch profile used to control access from the streaming session.

Returns:

  • (String)


2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 2955

class StreamingSession < Struct.new(
  :arn,
  :automatic_termination_mode,
  :backup_mode,
  :created_at,
  :created_by,
  :ec2_instance_type,
  :launch_profile_id,
  :max_backups_to_retain,
  :owned_by,
  :session_id,
  :session_persistence_mode,
  :started_at,
  :started_by,
  :started_from_backup_id,
  :state,
  :status_code,
  :status_message,
  :stop_at,
  :stopped_at,
  :stopped_by,
  :streaming_image_id,
  :tags,
  :terminate_at,
  :updated_at,
  :updated_by,
  :volume_configuration,
  :volume_retention_mode)
  SENSITIVE = []
  include Aws::Structure
end

#max_backups_to_retainInteger

The maximum number of backups of a streaming session that you can have. When the maximum number of backups is reached, the oldest backup is deleted.

Returns:

  • (Integer)


2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 2955

class StreamingSession < Struct.new(
  :arn,
  :automatic_termination_mode,
  :backup_mode,
  :created_at,
  :created_by,
  :ec2_instance_type,
  :launch_profile_id,
  :max_backups_to_retain,
  :owned_by,
  :session_id,
  :session_persistence_mode,
  :started_at,
  :started_by,
  :started_from_backup_id,
  :state,
  :status_code,
  :status_message,
  :stop_at,
  :stopped_at,
  :stopped_by,
  :streaming_image_id,
  :tags,
  :terminate_at,
  :updated_at,
  :updated_by,
  :volume_configuration,
  :volume_retention_mode)
  SENSITIVE = []
  include Aws::Structure
end

#owned_byString

The user ID of the user that owns the streaming session. The user that owns the session will be logging into the session and interacting with the virtual workstation.

Returns:

  • (String)


2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 2955

class StreamingSession < Struct.new(
  :arn,
  :automatic_termination_mode,
  :backup_mode,
  :created_at,
  :created_by,
  :ec2_instance_type,
  :launch_profile_id,
  :max_backups_to_retain,
  :owned_by,
  :session_id,
  :session_persistence_mode,
  :started_at,
  :started_by,
  :started_from_backup_id,
  :state,
  :status_code,
  :status_message,
  :stop_at,
  :stopped_at,
  :stopped_by,
  :streaming_image_id,
  :tags,
  :terminate_at,
  :updated_at,
  :updated_by,
  :volume_configuration,
  :volume_retention_mode)
  SENSITIVE = []
  include Aws::Structure
end

#session_idString

The session ID.

Returns:

  • (String)


2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 2955

class StreamingSession < Struct.new(
  :arn,
  :automatic_termination_mode,
  :backup_mode,
  :created_at,
  :created_by,
  :ec2_instance_type,
  :launch_profile_id,
  :max_backups_to_retain,
  :owned_by,
  :session_id,
  :session_persistence_mode,
  :started_at,
  :started_by,
  :started_from_backup_id,
  :state,
  :status_code,
  :status_message,
  :stop_at,
  :stopped_at,
  :stopped_by,
  :streaming_image_id,
  :tags,
  :terminate_at,
  :updated_at,
  :updated_by,
  :volume_configuration,
  :volume_retention_mode)
  SENSITIVE = []
  include Aws::Structure
end

#session_persistence_modeString

Determine if a streaming session created from this launch profile can configure persistent storage. This means that volumeConfiguration and automaticTerminationMode are configured.

Returns:

  • (String)


2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 2955

class StreamingSession < Struct.new(
  :arn,
  :automatic_termination_mode,
  :backup_mode,
  :created_at,
  :created_by,
  :ec2_instance_type,
  :launch_profile_id,
  :max_backups_to_retain,
  :owned_by,
  :session_id,
  :session_persistence_mode,
  :started_at,
  :started_by,
  :started_from_backup_id,
  :state,
  :status_code,
  :status_message,
  :stop_at,
  :stopped_at,
  :stopped_by,
  :streaming_image_id,
  :tags,
  :terminate_at,
  :updated_at,
  :updated_by,
  :volume_configuration,
  :volume_retention_mode)
  SENSITIVE = []
  include Aws::Structure
end

#started_atTime

The time the session entered START_IN_PROGRESS state.

Returns:

  • (Time)


2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 2955

class StreamingSession < Struct.new(
  :arn,
  :automatic_termination_mode,
  :backup_mode,
  :created_at,
  :created_by,
  :ec2_instance_type,
  :launch_profile_id,
  :max_backups_to_retain,
  :owned_by,
  :session_id,
  :session_persistence_mode,
  :started_at,
  :started_by,
  :started_from_backup_id,
  :state,
  :status_code,
  :status_message,
  :stop_at,
  :stopped_at,
  :stopped_by,
  :streaming_image_id,
  :tags,
  :terminate_at,
  :updated_at,
  :updated_by,
  :volume_configuration,
  :volume_retention_mode)
  SENSITIVE = []
  include Aws::Structure
end

#started_byString

The user ID of the user that started the streaming session.

Returns:

  • (String)


2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 2955

class StreamingSession < Struct.new(
  :arn,
  :automatic_termination_mode,
  :backup_mode,
  :created_at,
  :created_by,
  :ec2_instance_type,
  :launch_profile_id,
  :max_backups_to_retain,
  :owned_by,
  :session_id,
  :session_persistence_mode,
  :started_at,
  :started_by,
  :started_from_backup_id,
  :state,
  :status_code,
  :status_message,
  :stop_at,
  :stopped_at,
  :stopped_by,
  :streaming_image_id,
  :tags,
  :terminate_at,
  :updated_at,
  :updated_by,
  :volume_configuration,
  :volume_retention_mode)
  SENSITIVE = []
  include Aws::Structure
end

#started_from_backup_idString

The backup ID used to restore a streaming session.

Returns:

  • (String)


2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 2955

class StreamingSession < Struct.new(
  :arn,
  :automatic_termination_mode,
  :backup_mode,
  :created_at,
  :created_by,
  :ec2_instance_type,
  :launch_profile_id,
  :max_backups_to_retain,
  :owned_by,
  :session_id,
  :session_persistence_mode,
  :started_at,
  :started_by,
  :started_from_backup_id,
  :state,
  :status_code,
  :status_message,
  :stop_at,
  :stopped_at,
  :stopped_by,
  :streaming_image_id,
  :tags,
  :terminate_at,
  :updated_at,
  :updated_by,
  :volume_configuration,
  :volume_retention_mode)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The current state.

Returns:

  • (String)


2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 2955

class StreamingSession < Struct.new(
  :arn,
  :automatic_termination_mode,
  :backup_mode,
  :created_at,
  :created_by,
  :ec2_instance_type,
  :launch_profile_id,
  :max_backups_to_retain,
  :owned_by,
  :session_id,
  :session_persistence_mode,
  :started_at,
  :started_by,
  :started_from_backup_id,
  :state,
  :status_code,
  :status_message,
  :stop_at,
  :stopped_at,
  :stopped_by,
  :streaming_image_id,
  :tags,
  :terminate_at,
  :updated_at,
  :updated_by,
  :volume_configuration,
  :volume_retention_mode)
  SENSITIVE = []
  include Aws::Structure
end

#status_codeString

The status code.

Returns:

  • (String)


2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 2955

class StreamingSession < Struct.new(
  :arn,
  :automatic_termination_mode,
  :backup_mode,
  :created_at,
  :created_by,
  :ec2_instance_type,
  :launch_profile_id,
  :max_backups_to_retain,
  :owned_by,
  :session_id,
  :session_persistence_mode,
  :started_at,
  :started_by,
  :started_from_backup_id,
  :state,
  :status_code,
  :status_message,
  :stop_at,
  :stopped_at,
  :stopped_by,
  :streaming_image_id,
  :tags,
  :terminate_at,
  :updated_at,
  :updated_by,
  :volume_configuration,
  :volume_retention_mode)
  SENSITIVE = []
  include Aws::Structure
end

#status_messageString

The status message for the streaming session.

Returns:

  • (String)


2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 2955

class StreamingSession < Struct.new(
  :arn,
  :automatic_termination_mode,
  :backup_mode,
  :created_at,
  :created_by,
  :ec2_instance_type,
  :launch_profile_id,
  :max_backups_to_retain,
  :owned_by,
  :session_id,
  :session_persistence_mode,
  :started_at,
  :started_by,
  :started_from_backup_id,
  :state,
  :status_code,
  :status_message,
  :stop_at,
  :stopped_at,
  :stopped_by,
  :streaming_image_id,
  :tags,
  :terminate_at,
  :updated_at,
  :updated_by,
  :volume_configuration,
  :volume_retention_mode)
  SENSITIVE = []
  include Aws::Structure
end

#stop_atTime

The time the streaming session will automatically be stopped if the user doesn’t stop the session themselves.

Returns:

  • (Time)


2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 2955

class StreamingSession < Struct.new(
  :arn,
  :automatic_termination_mode,
  :backup_mode,
  :created_at,
  :created_by,
  :ec2_instance_type,
  :launch_profile_id,
  :max_backups_to_retain,
  :owned_by,
  :session_id,
  :session_persistence_mode,
  :started_at,
  :started_by,
  :started_from_backup_id,
  :state,
  :status_code,
  :status_message,
  :stop_at,
  :stopped_at,
  :stopped_by,
  :streaming_image_id,
  :tags,
  :terminate_at,
  :updated_at,
  :updated_by,
  :volume_configuration,
  :volume_retention_mode)
  SENSITIVE = []
  include Aws::Structure
end

#stopped_atTime

The time the session entered STOP_IN_PROGRESS state.

Returns:

  • (Time)


2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 2955

class StreamingSession < Struct.new(
  :arn,
  :automatic_termination_mode,
  :backup_mode,
  :created_at,
  :created_by,
  :ec2_instance_type,
  :launch_profile_id,
  :max_backups_to_retain,
  :owned_by,
  :session_id,
  :session_persistence_mode,
  :started_at,
  :started_by,
  :started_from_backup_id,
  :state,
  :status_code,
  :status_message,
  :stop_at,
  :stopped_at,
  :stopped_by,
  :streaming_image_id,
  :tags,
  :terminate_at,
  :updated_at,
  :updated_by,
  :volume_configuration,
  :volume_retention_mode)
  SENSITIVE = []
  include Aws::Structure
end

#stopped_byString

The user ID of the user that stopped the streaming session.

Returns:

  • (String)


2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 2955

class StreamingSession < Struct.new(
  :arn,
  :automatic_termination_mode,
  :backup_mode,
  :created_at,
  :created_by,
  :ec2_instance_type,
  :launch_profile_id,
  :max_backups_to_retain,
  :owned_by,
  :session_id,
  :session_persistence_mode,
  :started_at,
  :started_by,
  :started_from_backup_id,
  :state,
  :status_code,
  :status_message,
  :stop_at,
  :stopped_at,
  :stopped_by,
  :streaming_image_id,
  :tags,
  :terminate_at,
  :updated_at,
  :updated_by,
  :volume_configuration,
  :volume_retention_mode)
  SENSITIVE = []
  include Aws::Structure
end

#streaming_image_idString

The ID of the streaming image.

Returns:

  • (String)


2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 2955

class StreamingSession < Struct.new(
  :arn,
  :automatic_termination_mode,
  :backup_mode,
  :created_at,
  :created_by,
  :ec2_instance_type,
  :launch_profile_id,
  :max_backups_to_retain,
  :owned_by,
  :session_id,
  :session_persistence_mode,
  :started_at,
  :started_by,
  :started_from_backup_id,
  :state,
  :status_code,
  :status_message,
  :stop_at,
  :stopped_at,
  :stopped_by,
  :streaming_image_id,
  :tags,
  :terminate_at,
  :updated_at,
  :updated_by,
  :volume_configuration,
  :volume_retention_mode)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

A collection of labels, in the form of key-value pairs, that apply to this resource.

Returns:

  • (Hash<String,String>)


2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 2955

class StreamingSession < Struct.new(
  :arn,
  :automatic_termination_mode,
  :backup_mode,
  :created_at,
  :created_by,
  :ec2_instance_type,
  :launch_profile_id,
  :max_backups_to_retain,
  :owned_by,
  :session_id,
  :session_persistence_mode,
  :started_at,
  :started_by,
  :started_from_backup_id,
  :state,
  :status_code,
  :status_message,
  :stop_at,
  :stopped_at,
  :stopped_by,
  :streaming_image_id,
  :tags,
  :terminate_at,
  :updated_at,
  :updated_by,
  :volume_configuration,
  :volume_retention_mode)
  SENSITIVE = []
  include Aws::Structure
end

#terminate_atTime

The time the streaming session will automatically terminate if not terminated by the user.

Returns:

  • (Time)


2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 2955

class StreamingSession < Struct.new(
  :arn,
  :automatic_termination_mode,
  :backup_mode,
  :created_at,
  :created_by,
  :ec2_instance_type,
  :launch_profile_id,
  :max_backups_to_retain,
  :owned_by,
  :session_id,
  :session_persistence_mode,
  :started_at,
  :started_by,
  :started_from_backup_id,
  :state,
  :status_code,
  :status_message,
  :stop_at,
  :stopped_at,
  :stopped_by,
  :streaming_image_id,
  :tags,
  :terminate_at,
  :updated_at,
  :updated_by,
  :volume_configuration,
  :volume_retention_mode)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The ISO timestamp in seconds for when the resource was updated.

Returns:

  • (Time)


2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 2955

class StreamingSession < Struct.new(
  :arn,
  :automatic_termination_mode,
  :backup_mode,
  :created_at,
  :created_by,
  :ec2_instance_type,
  :launch_profile_id,
  :max_backups_to_retain,
  :owned_by,
  :session_id,
  :session_persistence_mode,
  :started_at,
  :started_by,
  :started_from_backup_id,
  :state,
  :status_code,
  :status_message,
  :stop_at,
  :stopped_at,
  :stopped_by,
  :streaming_image_id,
  :tags,
  :terminate_at,
  :updated_at,
  :updated_by,
  :volume_configuration,
  :volume_retention_mode)
  SENSITIVE = []
  include Aws::Structure
end

#updated_byString

The user ID of the user that most recently updated the resource.

Returns:

  • (String)


2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 2955

class StreamingSession < Struct.new(
  :arn,
  :automatic_termination_mode,
  :backup_mode,
  :created_at,
  :created_by,
  :ec2_instance_type,
  :launch_profile_id,
  :max_backups_to_retain,
  :owned_by,
  :session_id,
  :session_persistence_mode,
  :started_at,
  :started_by,
  :started_from_backup_id,
  :state,
  :status_code,
  :status_message,
  :stop_at,
  :stopped_at,
  :stopped_by,
  :streaming_image_id,
  :tags,
  :terminate_at,
  :updated_at,
  :updated_by,
  :volume_configuration,
  :volume_retention_mode)
  SENSITIVE = []
  include Aws::Structure
end

#volume_configurationTypes::VolumeConfiguration

Custom volume configuration for the root volumes that are attached to streaming sessions.

This parameter is only allowed when sessionPersistenceMode is ACTIVATED.



2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 2955

class StreamingSession < Struct.new(
  :arn,
  :automatic_termination_mode,
  :backup_mode,
  :created_at,
  :created_by,
  :ec2_instance_type,
  :launch_profile_id,
  :max_backups_to_retain,
  :owned_by,
  :session_id,
  :session_persistence_mode,
  :started_at,
  :started_by,
  :started_from_backup_id,
  :state,
  :status_code,
  :status_message,
  :stop_at,
  :stopped_at,
  :stopped_by,
  :streaming_image_id,
  :tags,
  :terminate_at,
  :updated_at,
  :updated_by,
  :volume_configuration,
  :volume_retention_mode)
  SENSITIVE = []
  include Aws::Structure
end

#volume_retention_modeString

Determine if an EBS volume created from this streaming session will be backed up.

Returns:

  • (String)


2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 2955

class StreamingSession < Struct.new(
  :arn,
  :automatic_termination_mode,
  :backup_mode,
  :created_at,
  :created_by,
  :ec2_instance_type,
  :launch_profile_id,
  :max_backups_to_retain,
  :owned_by,
  :session_id,
  :session_persistence_mode,
  :started_at,
  :started_by,
  :started_from_backup_id,
  :state,
  :status_code,
  :status_message,
  :stop_at,
  :stopped_at,
  :stopped_by,
  :streaming_image_id,
  :tags,
  :terminate_at,
  :updated_at,
  :updated_by,
  :volume_configuration,
  :volume_retention_mode)
  SENSITIVE = []
  include Aws::Structure
end