Class: Aws::IoTManagedIntegrations::Types::CreateCloudConnectorResponse

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

#idString

The unique identifier assigned to the newly created cloud connector.

Returns:

  • (String)


542
543
544
545
546
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 542

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