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:



2616
2617
2618
2619
2620
2621
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 2616

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)


2616
2617
2618
2619
2620
2621
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 2616

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