Class: Aws::Odb::Types::ListAutonomousDatabaseVersionsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::ListAutonomousDatabaseVersionsOutput
- Defined in:
- gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#autonomous_database_versions ⇒ Array<Types::AutonomousDatabaseVersionSummary>
The list of available Autonomous Database software versions.
-
#next_token ⇒ String
The token to include in another request to get the next page of items.
Instance Attribute Details
#autonomous_database_versions ⇒ Array<Types::AutonomousDatabaseVersionSummary>
The list of available Autonomous Database software versions.
8209 8210 8211 8212 8213 8214 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 8209 class ListAutonomousDatabaseVersionsOutput < Struct.new( :next_token, :autonomous_database_versions) SENSITIVE = [] include Aws::Structure end |
#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.
8209 8210 8211 8212 8213 8214 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 8209 class ListAutonomousDatabaseVersionsOutput < Struct.new( :next_token, :autonomous_database_versions) SENSITIVE = [] include Aws::Structure end |