Class: Aws::Greengrass::Types::ListGroupVersionsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-greengrass/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

Returns:

  • (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

#versionsArray<Types::VersionInformation>

Returns:



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