Class: Aws::QConnect::Types::SystemAttributes
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::SystemAttributes
- 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
-
#customer_endpoint ⇒ Types::SystemEndpointAttributes
The CustomerEndpoint attribute.
-
#name ⇒ String
The name of the task.
-
#system_endpoint ⇒ Types::SystemEndpointAttributes
The SystemEndpoint attribute.
Instance Attribute Details
#customer_endpoint ⇒ Types::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 |
#name ⇒ String
The name of the task.
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_endpoint ⇒ Types::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 |