Class: Aws::QConnect::Types::SystemAttributes

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

Overview

The system attributes that are used with the message template.

Constant Summary collapse

SENSITIVE =
[:name]

Instance Attribute Summary collapse

Instance Attribute Details

#customer_endpointTypes::SystemEndpointAttributes

The CustomerEndpoint attribute.



7798
7799
7800
7801
7802
7803
7804
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 7798

class SystemAttributes < Struct.new(
  :customer_endpoint,
  :name,
  :system_endpoint)
  SENSITIVE = [:name]
  include Aws::Structure
end

#nameString

The name of the task.

Returns:

  • (String)


7798
7799
7800
7801
7802
7803
7804
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 7798

class SystemAttributes < Struct.new(
  :customer_endpoint,
  :name,
  :system_endpoint)
  SENSITIVE = [:name]
  include Aws::Structure
end

#system_endpointTypes::SystemEndpointAttributes

The SystemEndpoint attribute.



7798
7799
7800
7801
7802
7803
7804
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 7798

class SystemAttributes < Struct.new(
  :customer_endpoint,
  :name,
  :system_endpoint)
  SENSITIVE = [:name]
  include Aws::Structure
end