Class: Aws::IoTManagedIntegrations::Types::CreateDestinationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::CreateDestinationResponse
- Includes:
- Structure
- Defined in:
- 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.
705 706 707 708 709 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 705 class CreateDestinationResponse < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |