Class: Aws::Greengrass::Types::ListConnectorDefinitionVersionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::ListConnectorDefinitionVersionsRequest
- Defined in:
- gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#connector_definition_id ⇒ String
3274 3275 3276 3277 3278 3279 3280 |
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 3274 class ListConnectorDefinitionVersionsRequest < Struct.new( :connector_definition_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ String
3274 3275 3276 3277 3278 3279 3280 |
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 3274 class ListConnectorDefinitionVersionsRequest < Struct.new( :connector_definition_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
3274 3275 3276 3277 3278 3279 3280 |
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 3274 class ListConnectorDefinitionVersionsRequest < Struct.new( :connector_definition_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |