Class: Aws::IoTManagedIntegrations::Types::DeleteProvisioningProfileRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotmanagedintegrations/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identifierString

The name of the provisioning template.

Returns:

  • (String)


880
881
882
883
884
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 880

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