Class: Aws::IoTWireless::Types::DeleteDestinationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::DeleteDestinationRequest
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the resource to delete.
Instance Attribute Details
#name ⇒ String
The name of the resource to delete.
1226 1227 1228 1229 1230 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1226 class DeleteDestinationRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |