Class: Aws::Greengrass::Types::ListFunctionDefinitionVersionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::ListFunctionDefinitionVersionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrass/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#next_token ⇒ 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 |
#versions ⇒ Array<Types::VersionInformation>
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 |