Class: Aws::NimbleStudio::Types::StreamingSessionBackup
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::NimbleStudio::Types::StreamingSessionBackup
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-nimblestudio/types.rb
 
Overview
Information about the streaming session backup.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) that is assigned to a studio resource and uniquely identifies it.
 - 
  
    
      #backup_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the backup.
 - 
  
    
      #created_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ISO timestamp in for when the resource was created.
 - 
  
    
      #launch_profile_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the launch profile which allowed the backups for the streaming session.
 - 
  
    
      #owned_by  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The user ID of the user that owns the streaming session.
 - 
  
    
      #session_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The streaming session ID for the ‘StreamingSessionBackup`.
 - 
  
    
      #state  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The streaming session state.
 - 
  
    
      #status_code  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status code.
 - 
  
    
      #status_message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status message for the streaming session backup.
 - 
  
    
      #tags  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A collection of labels, in the form of key-value pairs, that apply to this resource.
 
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) that is assigned to a studio resource and uniquely identifies it. ARNs are unique across all Regions.
      3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047  | 
    
      # File 'lib/aws-sdk-nimblestudio/types.rb', line 3034 class StreamingSessionBackup < Struct.new( :arn, :backup_id, :created_at, :launch_profile_id, :owned_by, :session_id, :state, :status_code, :status_message, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#backup_id ⇒ String
The ID of the backup.
      3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047  | 
    
      # File 'lib/aws-sdk-nimblestudio/types.rb', line 3034 class StreamingSessionBackup < Struct.new( :arn, :backup_id, :created_at, :launch_profile_id, :owned_by, :session_id, :state, :status_code, :status_message, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#created_at ⇒ Time
The ISO timestamp in for when the resource was created.
      3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047  | 
    
      # File 'lib/aws-sdk-nimblestudio/types.rb', line 3034 class StreamingSessionBackup < Struct.new( :arn, :backup_id, :created_at, :launch_profile_id, :owned_by, :session_id, :state, :status_code, :status_message, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#launch_profile_id ⇒ String
The ID of the launch profile which allowed the backups for the streaming session.
      3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047  | 
    
      # File 'lib/aws-sdk-nimblestudio/types.rb', line 3034 class StreamingSessionBackup < Struct.new( :arn, :backup_id, :created_at, :launch_profile_id, :owned_by, :session_id, :state, :status_code, :status_message, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#owned_by ⇒ String
The user ID of the user that owns the streaming session.
      3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047  | 
    
      # File 'lib/aws-sdk-nimblestudio/types.rb', line 3034 class StreamingSessionBackup < Struct.new( :arn, :backup_id, :created_at, :launch_profile_id, :owned_by, :session_id, :state, :status_code, :status_message, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#session_id ⇒ String
The streaming session ID for the ‘StreamingSessionBackup`.
      3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047  | 
    
      # File 'lib/aws-sdk-nimblestudio/types.rb', line 3034 class StreamingSessionBackup < Struct.new( :arn, :backup_id, :created_at, :launch_profile_id, :owned_by, :session_id, :state, :status_code, :status_message, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#state ⇒ String
The streaming session state.
      3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047  | 
    
      # File 'lib/aws-sdk-nimblestudio/types.rb', line 3034 class StreamingSessionBackup < Struct.new( :arn, :backup_id, :created_at, :launch_profile_id, :owned_by, :session_id, :state, :status_code, :status_message, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#status_code ⇒ String
The status code.
      3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047  | 
    
      # File 'lib/aws-sdk-nimblestudio/types.rb', line 3034 class StreamingSessionBackup < Struct.new( :arn, :backup_id, :created_at, :launch_profile_id, :owned_by, :session_id, :state, :status_code, :status_message, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#status_message ⇒ String
The status message for the streaming session backup.
      3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047  | 
    
      # File 'lib/aws-sdk-nimblestudio/types.rb', line 3034 class StreamingSessionBackup < Struct.new( :arn, :backup_id, :created_at, :launch_profile_id, :owned_by, :session_id, :state, :status_code, :status_message, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Hash<String,String>
A collection of labels, in the form of key-value pairs, that apply to this resource.
      3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047  | 
    
      # File 'lib/aws-sdk-nimblestudio/types.rb', line 3034 class StreamingSessionBackup < Struct.new( :arn, :backup_id, :created_at, :launch_profile_id, :owned_by, :session_id, :state, :status_code, :status_message, :tags) SENSITIVE = [] include Aws::Structure end  |