Class: Aws::Types::UpdateDataTableMetadataRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#data_table_id::String

Returns the value of attribute data_table_id.



8897
8898
8899
# File 'sig/types.rbs', line 8897

def data_table_id
  @data_table_id
end

#description::String

Returns the value of attribute description.



8899
8900
8901
# File 'sig/types.rbs', line 8899

def description
  @description
end

#instance_id::String

Returns the value of attribute instance_id.



8896
8897
8898
# File 'sig/types.rbs', line 8896

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.



8898
8899
8900
# File 'sig/types.rbs', line 8898

def name
  @name
end

#time_zone::String

Returns the value of attribute time_zone.



8901
8902
8903
# File 'sig/types.rbs', line 8901

def time_zone
  @time_zone
end

#value_lock_level"NONE", ...

Returns the value of attribute value_lock_level.



8900
8901
8902
# File 'sig/types.rbs', line 8900

def value_lock_level
  @value_lock_level
end