Class: Aws::Greengrass::Types::DeleteSubscriptionDefinitionRequest

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

#subscription_definition_idString

Returns:

  • (String)


1469
1470
1471
1472
1473
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 1469

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