Class: Aws::Greengrass::Types::ListConnectorDefinitionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::ListConnectorDefinitionsResponse
- Defined in:
- gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#definitions ⇒ Array<Types::DefinitionInformation>
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_token ⇒ 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 |