Class: Aws::Greengrass::Types::ListCoreDefinitionVersionsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#core_definition_idString

Returns:

  • (String)


3338
3339
3340
3341
3342
3343
3344
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 3338

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

#max_resultsString

Returns:

  • (String)


3338
3339
3340
3341
3342
3343
3344
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 3338

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

#next_tokenString

Returns:

  • (String)


3338
3339
3340
3341
3342
3343
3344
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 3338

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