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.
9310 9311 9312 9313 9314 9315 9316 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 9310 class SystemAttributes < Struct.new( :name, :customer_endpoint, :system_endpoint) SENSITIVE = [:name] include Aws::Structure end |
#name ⇒ String
The name of the task.
9310 9311 9312 9313 9314 9315 9316 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 9310 class SystemAttributes < Struct.new( :name, :customer_endpoint, :system_endpoint) SENSITIVE = [:name] include Aws::Structure end |
#system_endpoint ⇒ Types::SystemEndpointAttributes
The SystemEndpoint attribute.
9310 9311 9312 9313 9314 9315 9316 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 9310 class SystemAttributes < Struct.new( :name, :customer_endpoint, :system_endpoint) SENSITIVE = [:name] include Aws::Structure end |