GetFieldResponse
Object to store detailed field information.
Contents
- fieldArn
-
The Amazon Resource Name (ARN) of the field.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 500.
Required: Yes
- fieldId
-
Unique identifier of the field.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 500.
Required: Yes
- name
-
Name of the field.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Pattern:
^.*[\S]$
Required: Yes
- namespace
-
Namespace of the field.
Type: String
Valid Values:
System | Custom
Required: Yes
- type
-
Type of the field.
Type: String
Valid Values:
Text | Number | Boolean | DateTime | SingleSelect | Url | User
Required: Yes
- createdTime
-
Timestamp at which the resource was created.
Type: Timestamp
Required: No
- deleted
-
Denotes whether or not the resource has been deleted.
Type: Boolean
Required: No
- description
-
Description of the field.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 255.
Required: No
- lastModifiedTime
-
Timestamp at which the resource was created or last modified.
Type: Timestamp
Required: No
-
A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or control access for this resource.
Type: String to string map
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: