Class: Aws::Greengrass::Types::ListDefinitionsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-greengrass/types.rb

Overview

A list of definitions.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#definitionsArray<Types::DefinitionInformation>

Information about a definition.

Returns:



3404
3405
3406
3407
3408
3409
# File 'lib/aws-sdk-greengrass/types.rb', line 3404

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


3404
3405
3406
3407
3408
3409
# File 'lib/aws-sdk-greengrass/types.rb', line 3404

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