Class: Aws::Greengrass::Types::ListFunctionDefinitionVersionsResponse

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)


3539
3540
3541
3542
3543
3544
# File 'lib/aws-sdk-greengrass/types.rb', line 3539

class ListFunctionDefinitionVersionsResponse < Struct.new(
  :next_token,
  :versions)
  SENSITIVE = []
  include Aws::Structure
end

#versionsArray<Types::VersionInformation>

Returns:



3539
3540
3541
3542
3543
3544
# File 'lib/aws-sdk-greengrass/types.rb', line 3539

class ListFunctionDefinitionVersionsResponse < Struct.new(
  :next_token,
  :versions)
  SENSITIVE = []
  include Aws::Structure
end