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.
3825 3826 3827 3828 3829 3830 3831 3832 3833 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 3825 class UpdateFieldRequest < Struct.new( :domain_id, :field_id, :name, :description, :attributes) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of a field.
3825 3826 3827 3828 3829 3830 3831 3832 3833 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 3825 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.
3825 3826 3827 3828 3829 3830 3831 3832 3833 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 3825 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.
3825 3826 3827 3828 3829 3830 3831 3832 3833 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 3825 class UpdateFieldRequest < Struct.new( :domain_id, :field_id, :name, :description, :attributes) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the field.
3825 3826 3827 3828 3829 3830 3831 3832 3833 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 3825 class UpdateFieldRequest < Struct.new( :domain_id, :field_id, :name, :description, :attributes) SENSITIVE = [] include Aws::Structure end |