Class: Aws::ConnectCases::Types::UpdateFieldRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::UpdateFieldRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectcases/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#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
#description ⇒ String
The description of a field.
2509 2510 2511 2512 2513 2514 2515 2516 |
# File 'lib/aws-sdk-connectcases/types.rb', line 2509 class UpdateFieldRequest < Struct.new( :description, :domain_id, :field_id, :name) SENSITIVE = [] include Aws::Structure end |
#domain_id ⇒ String
The unique identifier of the Cases domain.
2509 2510 2511 2512 2513 2514 2515 2516 |
# File 'lib/aws-sdk-connectcases/types.rb', line 2509 class UpdateFieldRequest < Struct.new( :description, :domain_id, :field_id, :name) SENSITIVE = [] include Aws::Structure end |
#field_id ⇒ String
The unique identifier of a field.
2509 2510 2511 2512 2513 2514 2515 2516 |
# File 'lib/aws-sdk-connectcases/types.rb', line 2509 class UpdateFieldRequest < Struct.new( :description, :domain_id, :field_id, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the field.
2509 2510 2511 2512 2513 2514 2515 2516 |
# File 'lib/aws-sdk-connectcases/types.rb', line 2509 class UpdateFieldRequest < Struct.new( :description, :domain_id, :field_id, :name) SENSITIVE = [] include Aws::Structure end |