Class: Aws::Greengrass::Types::DeleteResourceDefinitionRequest

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

#resource_definition_idString

Returns:

  • (String)


1454
1455
1456
1457
1458
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 1454

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