Class: Aws::GreengrassV2::Types::ListComponentsRequest

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

#max_resultsInteger

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

Returns:

  • (Integer)


2430
2431
2432
2433
2434
2435
2436
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 2430

class ListComponentsRequest < Struct.new(
  :scope,
  :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)


2430
2431
2432
2433
2434
2435
2436
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 2430

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

#scopeString

The scope of the components to list.

Default: PRIVATE

Returns:

  • (String)


2430
2431
2432
2433
2434
2435
2436
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 2430

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