Class: Aws::Greengrass::Types::ListBulkDeploymentsRequest

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

#max_resultsString

Returns:

  • (String)


3238
3239
3240
3241
3242
3243
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 3238

class ListBulkDeploymentsRequest < Struct.new(
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Returns:

  • (String)


3238
3239
3240
3241
3242
3243
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 3238

class ListBulkDeploymentsRequest < Struct.new(
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end