Class: Aws::Greengrass::Types::ListLoggerDefinitionVersionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::ListLoggerDefinitionVersionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrass/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#logger_definition_id ⇒ String
3677 3678 3679 3680 3681 3682 3683 |
# File 'lib/aws-sdk-greengrass/types.rb', line 3677 class ListLoggerDefinitionVersionsRequest < Struct.new( :logger_definition_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ String
3677 3678 3679 3680 3681 3682 3683 |
# File 'lib/aws-sdk-greengrass/types.rb', line 3677 class ListLoggerDefinitionVersionsRequest < Struct.new( :logger_definition_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
3677 3678 3679 3680 3681 3682 3683 |
# File 'lib/aws-sdk-greengrass/types.rb', line 3677 class ListLoggerDefinitionVersionsRequest < Struct.new( :logger_definition_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |