Class: Aws::Connect::Types::UpdateQuickConnectNameRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::UpdateQuickConnectNameRequest
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the quick connect.
-
#instance_id ⇒ String
The identifier of the Amazon Connect instance.
-
#name ⇒ String
The name of the quick connect.
-
#quick_connect_id ⇒ String
The identifier for the quick connect.
Instance Attribute Details
#description ⇒ String
The description of the quick connect.
25780 25781 25782 25783 25784 25785 25786 25787 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 25780 class UpdateQuickConnectNameRequest < Struct.new( :instance_id, :quick_connect_id, :name, :description) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
25780 25781 25782 25783 25784 25785 25786 25787 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 25780 class UpdateQuickConnectNameRequest < Struct.new( :instance_id, :quick_connect_id, :name, :description) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the quick connect.
25780 25781 25782 25783 25784 25785 25786 25787 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 25780 class UpdateQuickConnectNameRequest < Struct.new( :instance_id, :quick_connect_id, :name, :description) SENSITIVE = [] include Aws::Structure end |
#quick_connect_id ⇒ String
The identifier for the quick connect.
25780 25781 25782 25783 25784 25785 25786 25787 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 25780 class UpdateQuickConnectNameRequest < Struct.new( :instance_id, :quick_connect_id, :name, :description) SENSITIVE = [] include Aws::Structure end |