Class: Aws::Greengrass::Types::ListConnectorDefinitionVersionsRequest

Inherits:
Struct
  • Object
show all
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_idString

Returns:

  • (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_resultsString

Returns:

  • (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_tokenString

Returns:

  • (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