Class: Aws::Types::UpdateDataTableAttributeRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDataTableAttributeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_name ⇒ ::String
Returns the value of attribute attribute_name.
-
#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
#attribute_name ⇒ ::String
Returns the value of attribute attribute_name.
8782 8783 8784 |
# File 'sig/types.rbs', line 8782 def attribute_name @attribute_name end |
#data_table_id ⇒ ::String
Returns the value of attribute data_table_id.
8781 8782 8783 |
# File 'sig/types.rbs', line 8781 def data_table_id @data_table_id end |
#description ⇒ ::String
Returns the value of attribute description.
8785 8786 8787 |
# File 'sig/types.rbs', line 8785 def description @description end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8780 8781 8782 |
# File 'sig/types.rbs', line 8780 def instance_id @instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
8783 8784 8785 |
# File 'sig/types.rbs', line 8783 def name @name end |
#primary ⇒ Boolean
Returns the value of attribute primary.
8786 8787 8788 |
# File 'sig/types.rbs', line 8786 def primary @primary end |
#validation ⇒ Types::Validation
Returns the value of attribute validation.
8787 8788 8789 |
# File 'sig/types.rbs', line 8787 def validation @validation end |
#value_type ⇒ "TEXT", ...
Returns the value of attribute value_type.
8784 8785 8786 |
# File 'sig/types.rbs', line 8784 def value_type @value_type end |