Class: Aws::GreengrassV2::Types::ListInstalledComponentsRequest

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)


2652
2653
2654
2655
2656
2657
2658
2659
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 2652

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

#max_resultsInteger

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

Returns:

  • (Integer)


2652
2653
2654
2655
2656
2657
2658
2659
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 2652

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

#next_tokenString

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

Returns:

  • (String)


2652
2653
2654
2655
2656
2657
2658
2659
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 2652

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

#topology_filterString

The filter for the list of components. Choose from the following options:

  • ALL – The list includes all components installed on the core device.

  • ROOT – The list includes only root components, which are components that you specify in a deployment. When you choose this option, the list doesn't include components that the core device installs as dependencies of other components.

Default: ROOT

Returns:

  • (String)


2652
2653
2654
2655
2656
2657
2658
2659
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 2652

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