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.
8618 8619 8620 |
# File 'sig/types.rbs', line 8618 def attribute_name @attribute_name end |
#data_table_id ⇒ ::String
Returns the value of attribute data_table_id.
8617 8618 8619 |
# File 'sig/types.rbs', line 8617 def data_table_id @data_table_id end |
#description ⇒ ::String
Returns the value of attribute description.
8621 8622 8623 |
# File 'sig/types.rbs', line 8621 def description @description end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8616 8617 8618 |
# File 'sig/types.rbs', line 8616 def instance_id @instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
8619 8620 8621 |
# File 'sig/types.rbs', line 8619 def name @name end |
#primary ⇒ Boolean
Returns the value of attribute primary.
8622 8623 8624 |
# File 'sig/types.rbs', line 8622 def primary @primary end |
#validation ⇒ Types::Validation
Returns the value of attribute validation.
8623 8624 8625 |
# File 'sig/types.rbs', line 8623 def validation @validation end |
#value_type ⇒ "TEXT", ...
Returns the value of attribute value_type.
8620 8621 8622 |
# File 'sig/types.rbs', line 8620 def value_type @value_type end |