Class: Aws::Greengrass::Types::ListFunctionDefinitionVersionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::ListFunctionDefinitionVersionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrass/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#function_definition_id ⇒ String
3523 3524 3525 3526 3527 3528 3529 |
# File '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_results ⇒ String
3523 3524 3525 3526 3527 3528 3529 |
# File '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_token ⇒ String
3523 3524 3525 3526 3527 3528 3529 |
# File 'lib/aws-sdk-greengrass/types.rb', line 3523 class ListFunctionDefinitionVersionsRequest < Struct.new( :function_definition_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |