Class: Aws::GreengrassV2::Types::ListComponentsResponse

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

#componentsArray<Types::Component>

A list that summarizes each component.

Returns:



2468
2469
2470
2471
2472
2473
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 2468

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


2468
2469
2470
2471
2472
2473
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 2468

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