Class: Aws::NimbleStudio::Types::ListStreamingSessionBackupsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token for the next set of results, or null if there are no more results.

Returns:

  • (String)


1884
1885
1886
1887
1888
1889
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 1884

class ListStreamingSessionBackupsResponse < Struct.new(
  :next_token,
  :streaming_session_backups)
  SENSITIVE = []
  include Aws::Structure
end

#streaming_session_backupsArray<Types::StreamingSessionBackup>

Information about the streaming session backups.

Returns:



1884
1885
1886
1887
1888
1889
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 1884

class ListStreamingSessionBackupsResponse < Struct.new(
  :next_token,
  :streaming_session_backups)
  SENSITIVE = []
  include Aws::Structure
end