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:

  • (::String)


8644
8645
8646
# File 'sig/types.rbs', line 8644

def attribute_name
  @attribute_name
end

#data_table_id::String

Returns the value of attribute data_table_id.

Returns:

  • (::String)


8643
8644
8645
# File 'sig/types.rbs', line 8643

def data_table_id
  @data_table_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


8647
8648
8649
# File 'sig/types.rbs', line 8647

def description
  @description
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


8642
8643
8644
# File 'sig/types.rbs', line 8642

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8645
8646
8647
# File 'sig/types.rbs', line 8645

def name
  @name
end

#primaryBoolean

Returns the value of attribute primary.

Returns:

  • (Boolean)


8648
8649
8650
# File 'sig/types.rbs', line 8648

def primary
  @primary
end

#validationTypes::Validation

Returns the value of attribute validation.

Returns:



8649
8650
8651
# File 'sig/types.rbs', line 8649

def validation
  @validation
end

#value_type"TEXT", ...

Returns the value of attribute value_type.

Returns:

  • ("TEXT", "NUMBER", "BOOLEAN", "TEXT_LIST", "NUMBER_LIST")


8646
8647
8648
# File 'sig/types.rbs', line 8646

def value_type
  @value_type
end