Class: Aws::IoTManagedIntegrations::Types::GetDestinationRequest

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)


1774
1775
1776
1777
1778
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 1774

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