Class: Aws::ConnectCases::Types::UpdateFieldRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::UpdateFieldRequest
- Defined in:
- gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attributes ⇒ Types::FieldAttributes
Union of field attributes.
-
#description ⇒ String
The description of a field.
-
#domain_id ⇒ String
The unique identifier of the Cases domain.
-
#field_id ⇒ String
The unique identifier of a field.
-
#name ⇒ String
The name of the field.
Instance Attribute Details
#attributes ⇒ Types::FieldAttributes
Union of field attributes.
3930 3931 3932 3933 3934 3935 3936 3937 3938 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 3930 class UpdateFieldRequest < Struct.new( :domain_id, :field_id, :name, :description, :attributes) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of a field.
3930 3931 3932 3933 3934 3935 3936 3937 3938 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 3930 class UpdateFieldRequest < Struct.new( :domain_id, :field_id, :name, :description, :attributes) SENSITIVE = [] include Aws::Structure end |
#domain_id ⇒ String
The unique identifier of the Cases domain.
3930 3931 3932 3933 3934 3935 3936 3937 3938 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 3930 class UpdateFieldRequest < Struct.new( :domain_id, :field_id, :name, :description, :attributes) SENSITIVE = [] include Aws::Structure end |
#field_id ⇒ String
The unique identifier of a field.
3930 3931 3932 3933 3934 3935 3936 3937 3938 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 3930 class UpdateFieldRequest < Struct.new( :domain_id, :field_id, :name, :description, :attributes) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the field.
3930 3931 3932 3933 3934 3935 3936 3937 3938 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 3930 class UpdateFieldRequest < Struct.new( :domain_id, :field_id, :name, :description, :attributes) SENSITIVE = [] include Aws::Structure end |