Class: Aws::Types::UpdateDataTableMetadataRequest

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)


8661
8662
8663
# File 'sig/types.rbs', line 8661

def data_table_id
  @data_table_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


8663
8664
8665
# File 'sig/types.rbs', line 8663

def description
  @description
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


8660
8661
8662
# File 'sig/types.rbs', line 8660

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8662
8663
8664
# File 'sig/types.rbs', line 8662

def name
  @name
end

#time_zone::String

Returns the value of attribute time_zone.

Returns:

  • (::String)


8665
8666
8667
# File 'sig/types.rbs', line 8665

def time_zone
  @time_zone
end

#value_lock_level"NONE", ...

Returns the value of attribute value_lock_level.

Returns:

  • ("NONE", "DATA_TABLE", "PRIMARY_VALUE", "ATTRIBUTE", "VALUE")


8664
8665
8666
# File 'sig/types.rbs', line 8664

def value_lock_level
  @value_lock_level
end