Class: Aws::Types::CreateDataTableAttributeRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_table_id::String

Returns the value of attribute data_table_id.

Returns:

  • (::String)


1445
1446
1447
# File 'sig/types.rbs', line 1445

def data_table_id
  @data_table_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1448
1449
1450
# File 'sig/types.rbs', line 1448

def description
  @description
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


1444
1445
1446
# File 'sig/types.rbs', line 1444

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1446
1447
1448
# File 'sig/types.rbs', line 1446

def name
  @name
end

#primaryBoolean

Returns the value of attribute primary.

Returns:

  • (Boolean)


1449
1450
1451
# File 'sig/types.rbs', line 1449

def primary
  @primary
end

#validationTypes::Validation

Returns the value of attribute validation.

Returns:



1450
1451
1452
# File 'sig/types.rbs', line 1450

def validation
  @validation
end

#value_type"TEXT", ...

Returns the value of attribute value_type.

Returns:

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


1447
1448
1449
# File 'sig/types.rbs', line 1447

def value_type
  @value_type
end