Class: Aws::Odb::Types::ListSystemVersionsOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-odb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token to include in another request to get the next page of items. This value is ‘null` when there are no more items to return.

Returns:

  • (String)


4287
4288
4289
4290
4291
4292
# File 'lib/aws-sdk-odb/types.rb', line 4287

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

#system_versionsArray<Types::SystemVersionSummary>

The list of system versions.

Returns:



4287
4288
4289
4290
4291
4292
# File 'lib/aws-sdk-odb/types.rb', line 4287

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