Class: Aws::Greengrass::Types::ListResourceDefinitionVersionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::ListResourceDefinitionVersionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrass/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#max_results ⇒ String
3741 3742 3743 3744 3745 3746 3747 |
# File 'lib/aws-sdk-greengrass/types.rb', line 3741 class ListResourceDefinitionVersionsRequest < Struct.new( :max_results, :next_token, :resource_definition_id) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
3741 3742 3743 3744 3745 3746 3747 |
# File 'lib/aws-sdk-greengrass/types.rb', line 3741 class ListResourceDefinitionVersionsRequest < Struct.new( :max_results, :next_token, :resource_definition_id) SENSITIVE = [] include Aws::Structure end |
#resource_definition_id ⇒ String
3741 3742 3743 3744 3745 3746 3747 |
# File 'lib/aws-sdk-greengrass/types.rb', line 3741 class ListResourceDefinitionVersionsRequest < Struct.new( :max_results, :next_token, :resource_definition_id) SENSITIVE = [] include Aws::Structure end |