Class: Aws::Odb::Types::ListSystemVersionsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::ListSystemVersionsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-odb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to include in another request to get the next page of items.
-
#system_versions ⇒ Array<Types::SystemVersionSummary>
The list of system versions.
Instance Attribute Details
#next_token ⇒ String
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.
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_versions ⇒ Array<Types::SystemVersionSummary>
The list of system versions.
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 |