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)


8438
8439
8440
# File 'sig/types.rbs', line 8438

def attribute_name
  @attribute_name
end

#data_table_id::String

Returns the value of attribute data_table_id.

Returns:

  • (::String)


8437
8438
8439
# File 'sig/types.rbs', line 8437

def data_table_id
  @data_table_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


8441
8442
8443
# File 'sig/types.rbs', line 8441

def description
  @description
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


8436
8437
8438
# File 'sig/types.rbs', line 8436

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8439
8440
8441
# File 'sig/types.rbs', line 8439

def name
  @name
end

#primaryBoolean

Returns the value of attribute primary.

Returns:

  • (Boolean)


8442
8443
8444
# File 'sig/types.rbs', line 8442

def primary
  @primary
end

#validationTypes::Validation

Returns the value of attribute validation.

Returns:



8443
8444
8445
# File 'sig/types.rbs', line 8443

def validation
  @validation
end

#value_type"TEXT", ...

Returns the value of attribute value_type.

Returns:

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


8440
8441
8442
# File 'sig/types.rbs', line 8440

def value_type
  @value_type
end