Class: Aws::Greengrass::Types::ListGroupVersionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::ListGroupVersionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrass/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#next_token ⇒ String
3626 3627 3628 3629 3630 3631 |
# File 'lib/aws-sdk-greengrass/types.rb', line 3626 class ListGroupVersionsResponse < Struct.new( :next_token, :versions) SENSITIVE = [] include Aws::Structure end |
#versions ⇒ Array<Types::VersionInformation>
3626 3627 3628 3629 3630 3631 |
# File 'lib/aws-sdk-greengrass/types.rb', line 3626 class ListGroupVersionsResponse < Struct.new( :next_token, :versions) SENSITIVE = [] include Aws::Structure end |