Class: Aws::Greengrass::Types::DeleteConnectorDefinitionRequest

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

#connector_definition_idString

Returns:

  • (String)


1364
1365
1366
1367
1368
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 1364

class DeleteConnectorDefinitionRequest < Struct.new(
  :connector_definition_id)
  SENSITIVE = []
  include Aws::Structure
end