Class: Aws::ConnectCases::Types::FieldIdentifier
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::FieldIdentifier
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectcases/types.rb
Overview
Object for unique identifier of a field.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
Unique identifier of a field.
Instance Attribute Details
#id ⇒ String
Unique identifier of a field.
967 968 969 970 971 |
# File 'lib/aws-sdk-connectcases/types.rb', line 967 class FieldIdentifier < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |