Class: Aws::Greengrass::Types::ListLoggerDefinitionVersionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::ListLoggerDefinitionVersionsResponse
- 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
3693 3694 3695 3696 3697 3698 |
# File 'lib/aws-sdk-greengrass/types.rb', line 3693 class ListLoggerDefinitionVersionsResponse < Struct.new( :next_token, :versions) SENSITIVE = [] include Aws::Structure end |
#versions ⇒ Array<Types::VersionInformation>
3693 3694 3695 3696 3697 3698 |
# File 'lib/aws-sdk-greengrass/types.rb', line 3693 class ListLoggerDefinitionVersionsResponse < Struct.new( :next_token, :versions) SENSITIVE = [] include Aws::Structure end |