Class: Aws::Types::CreateDataTableAttributeRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDataTableAttributeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_table_id ⇒ ::String
Returns the value of attribute data_table_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#primary ⇒ Boolean
Returns the value of attribute primary.
-
#validation ⇒ Types::Validation
Returns the value of attribute validation.
-
#value_type ⇒ "TEXT", ...
Returns the value of attribute value_type.
Instance Attribute Details
#data_table_id ⇒ ::String
Returns the value of attribute data_table_id.
1464 1465 1466 |
# File 'sig/types.rbs', line 1464 def data_table_id @data_table_id end |
#description ⇒ ::String
Returns the value of attribute description.
1467 1468 1469 |
# File 'sig/types.rbs', line 1467 def description @description end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1463 1464 1465 |
# File 'sig/types.rbs', line 1463 def instance_id @instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
1465 1466 1467 |
# File 'sig/types.rbs', line 1465 def name @name end |
#primary ⇒ Boolean
Returns the value of attribute primary.
1468 1469 1470 |
# File 'sig/types.rbs', line 1468 def primary @primary end |
#validation ⇒ Types::Validation
Returns the value of attribute validation.
1469 1470 1471 |
# File 'sig/types.rbs', line 1469 def validation @validation end |
#value_type ⇒ "TEXT", ...
Returns the value of attribute value_type.
1466 1467 1468 |
# File 'sig/types.rbs', line 1466 def value_type @value_type end |