Class: Aws::Types::CreateDataTableRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1478
1479
1480
# File 'sig/types.rbs', line 1478

def description
  @description
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


1476
1477
1478
# File 'sig/types.rbs', line 1476

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1477
1478
1479
# File 'sig/types.rbs', line 1477

def name
  @name
end

#status"PUBLISHED"

Returns the value of attribute status.

Returns:

  • ("PUBLISHED")


1481
1482
1483
# File 'sig/types.rbs', line 1481

def status
  @status
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


1482
1483
1484
# File 'sig/types.rbs', line 1482

def tags
  @tags
end

#time_zone::String

Returns the value of attribute time_zone.

Returns:

  • (::String)


1479
1480
1481
# File 'sig/types.rbs', line 1479

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")


1480
1481
1482
# File 'sig/types.rbs', line 1480

def value_lock_level
  @value_lock_level
end