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.
9178 9179 9180 9181 9182 9183 9184 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 9178 class SystemAttributes < Struct.new( :customer_endpoint, :name, :system_endpoint) SENSITIVE = [:name] include Aws::Structure end |
#name ⇒ String
The name of the task.
9178 9179 9180 9181 9182 9183 9184 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 9178 class SystemAttributes < Struct.new( :customer_endpoint, :name, :system_endpoint) SENSITIVE = [:name] include Aws::Structure end |
#system_endpoint ⇒ Types::SystemEndpointAttributes
The SystemEndpoint attribute.
9178 9179 9180 9181 9182 9183 9184 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 9178 class SystemAttributes < Struct.new( :customer_endpoint, :name, :system_endpoint) SENSITIVE = [:name] include Aws::Structure end |