Class: Aws::Greengrass::Types::ListFunctionDefinitionVersionsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#function_definition_idString

Returns:

  • (String)


3523
3524
3525
3526
3527
3528
3529
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 3523

class ListFunctionDefinitionVersionsRequest < Struct.new(
  :function_definition_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsString

Returns:

  • (String)


3523
3524
3525
3526
3527
3528
3529
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 3523

class ListFunctionDefinitionVersionsRequest < Struct.new(
  :function_definition_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Returns:

  • (String)


3523
3524
3525
3526
3527
3528
3529
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 3523

class ListFunctionDefinitionVersionsRequest < Struct.new(
  :function_definition_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end