Class: Aws::IoTManagedIntegrations::Types::DeleteProvisioningProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::DeleteProvisioningProfileRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotmanagedintegrations/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identifier ⇒ String
The id of the provisioning profile.
Instance Attribute Details
#identifier ⇒ String
The id of the provisioning profile.
1329 1330 1331 1332 1333 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 1329 class DeleteProvisioningProfileRequest < Struct.new( :identifier) SENSITIVE = [] include Aws::Structure end |