Class: Aws::Greengrass::Types::ListDeploymentsResponse

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

#deploymentsArray<Types::Deployment>

A list of deployments for the requested groups.

Returns:



3441
3442
3443
3444
3445
3446
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 3441

class ListDeploymentsResponse < Struct.new(
  :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)


3441
3442
3443
3444
3445
3446
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 3441

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