Class: Aws::Greengrass::Types::ListDeviceDefinitionVersionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::ListDeviceDefinitionVersionsResponse
- 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
3475 3476 3477 3478 3479 3480 |
# File 'lib/aws-sdk-greengrass/types.rb', line 3475 class ListDeviceDefinitionVersionsResponse < Struct.new( :next_token, :versions) SENSITIVE = [] include Aws::Structure end |
#versions ⇒ Array<Types::VersionInformation>
3475 3476 3477 3478 3479 3480 |
# File 'lib/aws-sdk-greengrass/types.rb', line 3475 class ListDeviceDefinitionVersionsResponse < Struct.new( :next_token, :versions) SENSITIVE = [] include Aws::Structure end |