Class: Aws::Greengrass::Types::ListBulkDeploymentsResponse

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

#bulk_deploymentsArray<Types::BulkDeployment>

A list of bulk deployments.

Returns:



3256
3257
3258
3259
3260
3261
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 3256

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

#next_tokenString

The token for the next set of results, or ''null'' if there are no additional results.

Returns:

  • (String)


3256
3257
3258
3259
3260
3261
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 3256

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