Class: Aws::Greengrass::Types::ListConnectorDefinitionsResponse

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

#definitionsArray<Types::DefinitionInformation>

Returns:



3320
3321
3322
3323
3324
3325
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 3320

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

#next_tokenString

Returns:

  • (String)


3320
3321
3322
3323
3324
3325
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 3320

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