Class: Aws::IoT::Types::SalesforceAction

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb

Overview

Describes an action to write a message to a Salesforce IoT Cloud Input Stream.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tokenString

The token used to authenticate access to the Salesforce IoT Cloud Input Stream. The token is available from the Salesforce IoT Cloud platform after creation of the Input Stream.

Returns:

  • (String)


14830
14831
14832
14833
14834
14835
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14830

class SalesforceAction < Struct.new(
  :token,
  :url)
  SENSITIVE = []
  include Aws::Structure
end

#urlString

The URL exposed by the Salesforce IoT Cloud Input Stream. The URL is available from the Salesforce IoT Cloud platform after creation of the Input Stream.

Returns:

  • (String)


14830
14831
14832
14833
14834
14835
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14830

class SalesforceAction < Struct.new(
  :token,
  :url)
  SENSITIVE = []
  include Aws::Structure
end