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)


8744
8745
8746
# File 'sig/types.rbs', line 8744

def attribute_name
  @attribute_name
end

#data_table_id::String

Returns the value of attribute data_table_id.

Returns:

  • (::String)


8743
8744
8745
# File 'sig/types.rbs', line 8743

def data_table_id
  @data_table_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


8747
8748
8749
# File 'sig/types.rbs', line 8747

def description
  @description
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


8742
8743
8744
# File 'sig/types.rbs', line 8742

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8745
8746
8747
# File 'sig/types.rbs', line 8745

def name
  @name
end

#primaryBoolean

Returns the value of attribute primary.

Returns:

  • (Boolean)


8748
8749
8750
# File 'sig/types.rbs', line 8748

def primary
  @primary
end

#validationTypes::Validation

Returns the value of attribute validation.

Returns:



8749
8750
8751
# File 'sig/types.rbs', line 8749

def validation
  @validation
end

#value_type"TEXT", ...

Returns the value of attribute value_type.

Returns:

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


8746
8747
8748
# File 'sig/types.rbs', line 8746

def value_type
  @value_type
end