Class: Aws::GreengrassV2::Types::ListDeploymentsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GreengrassV2::Types::ListDeploymentsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrassv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deployments ⇒ Array<Types::Deployment>
A list that summarizes each deployment.
-
#next_token ⇒ String
The token for the next set of results, or null if there are no additional results.
Instance Attribute Details
#deployments ⇒ Array<Types::Deployment>
A list that summarizes each deployment.
2597 2598 2599 2600 2601 2602 |
# File 'lib/aws-sdk-greengrassv2/types.rb', line 2597 class ListDeploymentsResponse < Struct.new( :deployments, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results, or null if there are no additional results.
2597 2598 2599 2600 2601 2602 |
# File 'lib/aws-sdk-greengrassv2/types.rb', line 2597 class ListDeploymentsResponse < Struct.new( :deployments, :next_token) SENSITIVE = [] include Aws::Structure end |