Class: Aws::ConnectCases::Types::CreateFieldResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::CreateFieldResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectcases/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#field_arn ⇒ String
The Amazon Resource Name (ARN) of the field.
-
#field_id ⇒ String
The unique identifier of a field.
Instance Attribute Details
#field_arn ⇒ String
The Amazon Resource Name (ARN) of the field.
877 878 879 880 881 882 |
# File 'lib/aws-sdk-connectcases/types.rb', line 877 class CreateFieldResponse < Struct.new( :field_id, :field_arn) SENSITIVE = [] include Aws::Structure end |
#field_id ⇒ String
The unique identifier of a field.
877 878 879 880 881 882 |
# File 'lib/aws-sdk-connectcases/types.rb', line 877 class CreateFieldResponse < Struct.new( :field_id, :field_arn) SENSITIVE = [] include Aws::Structure end |