Class: Aws::GreengrassV2::Types::ListDeploymentsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deploymentsArray<Types::Deployment>

A list that summarizes each deployment.

Returns:



2576
2577
2578
2579
2580
2581
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 2576

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)


2576
2577
2578
2579
2580
2581
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 2576

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