Class: Aws::Greengrass::Types::ListDeploymentsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::ListDeploymentsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrass/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deployments ⇒ Array<Types::Deployment>
A list of deployments for the requested groups.
-
#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 of deployments for the requested groups.
3441 3442 3443 3444 3445 3446 |
# File 'lib/aws-sdk-greengrass/types.rb', line 3441 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.
3441 3442 3443 3444 3445 3446 |
# File 'lib/aws-sdk-greengrass/types.rb', line 3441 class ListDeploymentsResponse < Struct.new( :deployments, :next_token) SENSITIVE = [] include Aws::Structure end |