Class: Aws::Connect::Types::UpdateDataTableMetadataRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::UpdateDataTableMetadataRequest
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_table_id ⇒ String
The unique identifier for the data table.
-
#description ⇒ String
The updated description for the data table.
-
#instance_id ⇒ String
The unique identifier for the Amazon Connect instance.
-
#name ⇒ String
The updated name for the data table.
-
#time_zone ⇒ String
The updated IANA timezone identifier to use when resolving time based dynamic values.
-
#value_lock_level ⇒ String
The updated value lock level for the data table.
Instance Attribute Details
#data_table_id ⇒ String
The unique identifier for the data table. Must also accept the table ARN with or without a version alias. If the version is provided as part of the identifier or ARN, the version must be $LATEST. Providing any other alias fails with an error.
32141 32142 32143 32144 32145 32146 32147 32148 32149 32150 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 32141 class UpdateDataTableMetadataRequest < Struct.new( :instance_id, :data_table_id, :name, :description, :value_lock_level, :time_zone) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The updated description for the data table. Must conform to Connect human readable string specification and have 0-250 characters.
32141 32142 32143 32144 32145 32146 32147 32148 32149 32150 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 32141 class UpdateDataTableMetadataRequest < Struct.new( :instance_id, :data_table_id, :name, :description, :value_lock_level, :time_zone) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The unique identifier for the Amazon Connect instance.
32141 32142 32143 32144 32145 32146 32147 32148 32149 32150 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 32141 class UpdateDataTableMetadataRequest < Struct.new( :instance_id, :data_table_id, :name, :description, :value_lock_level, :time_zone) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The updated name for the data table. Must conform to Connect human readable string specification and have 1-127 characters. Must be unique for the instance using case-insensitive comparison.
32141 32142 32143 32144 32145 32146 32147 32148 32149 32150 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 32141 class UpdateDataTableMetadataRequest < Struct.new( :instance_id, :data_table_id, :name, :description, :value_lock_level, :time_zone) SENSITIVE = [] include Aws::Structure end |
#time_zone ⇒ String
The updated IANA timezone identifier to use when resolving time based dynamic values.
32141 32142 32143 32144 32145 32146 32147 32148 32149 32150 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 32141 class UpdateDataTableMetadataRequest < Struct.new( :instance_id, :data_table_id, :name, :description, :value_lock_level, :time_zone) SENSITIVE = [] include Aws::Structure end |
#value_lock_level ⇒ String
The updated value lock level for the data table. One of DATA_TABLE, PRIMARY_VALUE, ATTRIBUTE, VALUE, and NONE.
32141 32142 32143 32144 32145 32146 32147 32148 32149 32150 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 32141 class UpdateDataTableMetadataRequest < Struct.new( :instance_id, :data_table_id, :name, :description, :value_lock_level, :time_zone) SENSITIVE = [] include Aws::Structure end |