Class: Aws::GreengrassV2::Types::ListEffectiveDeploymentsRequest

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

#core_device_thing_nameString

The name of the core device. This is also the name of the IoT thing.

Returns:

  • (String)


2597
2598
2599
2600
2601
2602
2603
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 2597

class ListEffectiveDeploymentsRequest < Struct.new(
  :core_device_thing_name,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to be returned per paginated request.

Returns:

  • (Integer)


2597
2598
2599
2600
2601
2602
2603
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 2597

class ListEffectiveDeploymentsRequest < Struct.new(
  :core_device_thing_name,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to be used for the next set of paginated results.

Returns:

  • (String)


2597
2598
2599
2600
2601
2602
2603
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 2597

class ListEffectiveDeploymentsRequest < Struct.new(
  :core_device_thing_name,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end