Class: Aws::Greengrass::Types::DeleteCoreDefinitionRequest

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

#core_definition_idString

Returns:

  • (String)


1379
1380
1381
1382
1383
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 1379

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