Class: Aws::Greengrass::Types::ListVersionsResponse

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

Overview

A list of versions.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token for the next set of results, or ”null” if there are no additional results.

Returns:

  • (String)


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

#versionsArray<Types::VersionInformation>

Information about a version.

Returns:



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