Class: Aws::IoTManagedIntegrations::Types::DeleteDestinationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::DeleteDestinationRequest
- Defined in:
- gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The id of the customer-managed destination.
Instance Attribute Details
#name ⇒ String
The id of the customer-managed destination.
1207 1208 1209 1210 1211 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 1207 class DeleteDestinationRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |