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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 'lib/aws-sdk-greengrass/types.rb', line 1379

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