Class: Aws::Greengrass::Types::ListCoreDefinitionsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsString

Returns:

  • (String)


3369
3370
3371
3372
3373
3374
# File 'lib/aws-sdk-greengrass/types.rb', line 3369

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

#next_tokenString

Returns:

  • (String)


3369
3370
3371
3372
3373
3374
# File 'lib/aws-sdk-greengrass/types.rb', line 3369

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