Class: Aws::IoTManagedIntegrations::Types::CreateDestinationResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotmanagedintegrations/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the customer-managed destination.

Returns:

  • (String)


705
706
707
708
709
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 705

class CreateDestinationResponse < Struct.new(
  :name)
  SENSITIVE = []
  include Aws::Structure
end