Class: Aws::GreengrassV2::Types::ListEffectiveDeploymentsResponse

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

#effective_deploymentsArray<Types::EffectiveDeployment>

A list that summarizes each deployment on the core device.

Returns:



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_tokenString

The token for the next set of results, or null if there are no additional results.

Returns:

  • (String)


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