Class: Aws::Types::UpdateDataTableAttributeRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_name::String

Returns the value of attribute attribute_name.

Returns:



8880
8881
8882
# File 'sig/types.rbs', line 8880

def attribute_name
  @attribute_name
end

#data_table_id::String

Returns the value of attribute data_table_id.

Returns:



8879
8880
8881
# File 'sig/types.rbs', line 8879

def data_table_id
  @data_table_id
end

#description::String

Returns the value of attribute description.

Returns:



8883
8884
8885
# File 'sig/types.rbs', line 8883

def description
  @description
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:



8878
8879
8880
# File 'sig/types.rbs', line 8878

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:



8881
8882
8883
# File 'sig/types.rbs', line 8881

def name
  @name
end

#primaryBoolean

Returns the value of attribute primary.

Returns:



8884
8885
8886
# File 'sig/types.rbs', line 8884

def primary
  @primary
end

#validationTypes::Validation

Returns the value of attribute validation.

Returns:



8885
8886
8887
# File 'sig/types.rbs', line 8885

def validation
  @validation
end

#value_type"TEXT", ...

Returns the value of attribute value_type.

Returns:



8882
8883
8884
# File 'sig/types.rbs', line 8882

def value_type
  @value_type
end