Class: Aws::NimbleStudio::Types::ListStreamingSessionBackupsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NimbleStudio::Types::ListStreamingSessionBackupsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-nimblestudio/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token for the next set of results, or null if there are no more results.
-
#streaming_session_backups ⇒ Array<Types::StreamingSessionBackup>
Information about the streaming session backups.
Instance Attribute Details
#next_token ⇒ String
The token for the next set of results, or null if there are no more results.
1884 1885 1886 1887 1888 1889 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 1884 class ListStreamingSessionBackupsResponse < Struct.new( :next_token, :streaming_session_backups) SENSITIVE = [] include Aws::Structure end |
#streaming_session_backups ⇒ Array<Types::StreamingSessionBackup>
Information about the streaming session backups.
1884 1885 1886 1887 1888 1889 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 1884 class ListStreamingSessionBackupsResponse < Struct.new( :next_token, :streaming_session_backups) SENSITIVE = [] include Aws::Structure end |