Class: Aws::GreengrassV2::Types::ListClientDevicesAssociatedWithCoreDeviceRequest

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)


2343
2344
2345
2346
2347
2348
2349
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 2343

class ListClientDevicesAssociatedWithCoreDeviceRequest < 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)


2343
2344
2345
2346
2347
2348
2349
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 2343

class ListClientDevicesAssociatedWithCoreDeviceRequest < 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)


2343
2344
2345
2346
2347
2348
2349
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 2343

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