Class: Aws::Greengrass::Types::ListResourceDefinitionVersionsRequest

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

#max_resultsString

Returns:

  • (String)


3741
3742
3743
3744
3745
3746
3747
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 3741

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

#next_tokenString

Returns:

  • (String)


3741
3742
3743
3744
3745
3746
3747
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 3741

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

#resource_definition_idString

Returns:

  • (String)


3741
3742
3743
3744
3745
3746
3747
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 3741

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