Class: Aws::Greengrass::Types::ListSubscriptionDefinitionsRequest

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)


3836
3837
3838
3839
3840
3841
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 3836

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

#next_tokenString

Returns:

  • (String)


3836
3837
3838
3839
3840
3841
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 3836

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