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