Class: Aws::Odb::Types::ListGiVersionsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::ListGiVersionsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-odb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of items to return for this request.
-
#next_token ⇒ String
The token returned from a previous paginated request.
-
#shape ⇒ String
The shape to return GI versions for.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output.
Default: ‘10`
4126 4127 4128 4129 4130 4131 4132 |
# File 'lib/aws-sdk-odb/types.rb', line 4126 class ListGiVersionsInput < Struct.new( :max_results, :next_token, :shape) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
4126 4127 4128 4129 4130 4131 4132 |
# File 'lib/aws-sdk-odb/types.rb', line 4126 class ListGiVersionsInput < Struct.new( :max_results, :next_token, :shape) SENSITIVE = [] include Aws::Structure end |
#shape ⇒ String
The shape to return GI versions for. For a list of valid shapes, use the ‘ListDbSystemShapes` operation..
4126 4127 4128 4129 4130 4131 4132 |
# File 'lib/aws-sdk-odb/types.rb', line 4126 class ListGiVersionsInput < Struct.new( :max_results, :next_token, :shape) SENSITIVE = [] include Aws::Structure end |