Class: Aws::Greengrass::Types::ListVersionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::ListVersionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrass/types.rb
Overview
A list of versions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token for the next set of results, or ”null” if there are no additional results.
-
#versions ⇒ Array<Types::VersionInformation>
Information about a version.
Instance Attribute Details
#next_token ⇒ String
The token for the next set of results, or ”null” if there are no additional results.
3894 3895 3896 3897 3898 3899 |
# File 'lib/aws-sdk-greengrass/types.rb', line 3894 class ListVersionsResponse < Struct.new( :next_token, :versions) SENSITIVE = [] include Aws::Structure end |
#versions ⇒ Array<Types::VersionInformation>
Information about a version.
3894 3895 3896 3897 3898 3899 |
# File 'lib/aws-sdk-greengrass/types.rb', line 3894 class ListVersionsResponse < Struct.new( :next_token, :versions) SENSITIVE = [] include Aws::Structure end |