Class: Aws::GreengrassV2::Types::ListEffectiveDeploymentsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GreengrassV2::Types::ListEffectiveDeploymentsResponse
- Defined in:
- gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#effective_deployments ⇒ Array<Types::EffectiveDeployment>
A list that summarizes each deployment on the core device.
-
#next_token ⇒ String
The token for the next set of results, or null if there are no additional results.
Instance Attribute Details
#effective_deployments ⇒ Array<Types::EffectiveDeployment>
A list that summarizes each deployment on the core device.
2637 2638 2639 2640 2641 2642 |
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 2637 class ListEffectiveDeploymentsResponse < Struct.new( :effective_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.
2637 2638 2639 2640 2641 2642 |
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 2637 class ListEffectiveDeploymentsResponse < Struct.new( :effective_deployments, :next_token) SENSITIVE = [] include Aws::Structure end |