Class: Aws::GameSparks::Types::ListExtensionVersionsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameSparks::Types::ListExtensionVersionsResult
- Defined in:
- gems/aws-sdk-gamesparks/lib/aws-sdk-gamesparks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#extension_versions ⇒ Array<Types::ExtensionVersionDetails>
The list of extension versions.
-
#next_token ⇒ String
The token that indicates the start of the next sequential page of results.
Instance Attribute Details
#extension_versions ⇒ Array<Types::ExtensionVersionDetails>
The list of extension versions.
921 922 923 924 925 926 |
# File 'gems/aws-sdk-gamesparks/lib/aws-sdk-gamesparks/types.rb', line 921 class ListExtensionVersionsResult < Struct.new( :extension_versions, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token that indicates the start of the next sequential page of results.
Use this value when making the next call to this operation to continue where the last one finished.
921 922 923 924 925 926 |
# File 'gems/aws-sdk-gamesparks/lib/aws-sdk-gamesparks/types.rb', line 921 class ListExtensionVersionsResult < Struct.new( :extension_versions, :next_token) SENSITIVE = [] include Aws::Structure end |