Class: Aws::NimbleStudio::Types::GetStreamingSessionBackupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NimbleStudio::Types::GetStreamingSessionBackupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-nimblestudio/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#backup_id ⇒ String
The ID of the backup.
-
#studio_id ⇒ String
The studio ID.
Instance Attribute Details
#backup_id ⇒ String
The ID of the backup.
1124 1125 1126 1127 1128 1129 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 1124 class GetStreamingSessionBackupRequest < Struct.new( :backup_id, :studio_id) SENSITIVE = [] include Aws::Structure end |
#studio_id ⇒ String
The studio ID.
1124 1125 1126 1127 1128 1129 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 1124 class GetStreamingSessionBackupRequest < Struct.new( :backup_id, :studio_id) SENSITIVE = [] include Aws::Structure end |