Class: Aws::Types::DataTable

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


2058
2059
2060
# File 'sig/types.rbs', line 2058

def arn
  @arn
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


2066
2067
2068
# File 'sig/types.rbs', line 2066

def created_time
  @created_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2060
2061
2062
# File 'sig/types.rbs', line 2060

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2057
2058
2059
# File 'sig/types.rbs', line 2057

def id
  @id
end

#last_modified_region::String

Returns the value of attribute last_modified_region.

Returns:

  • (::String)


2068
2069
2070
# File 'sig/types.rbs', line 2068

def last_modified_region
  @last_modified_region
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


2067
2068
2069
# File 'sig/types.rbs', line 2067

def last_modified_time
  @last_modified_time
end

#lock_versionTypes::DataTableLockVersion

Returns the value of attribute lock_version.



2062
2063
2064
# File 'sig/types.rbs', line 2062

def lock_version
  @lock_version
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2056
2057
2058
# File 'sig/types.rbs', line 2056

def name
  @name
end

#status"PUBLISHED"

Returns the value of attribute status.

Returns:

  • ("PUBLISHED")


2065
2066
2067
# File 'sig/types.rbs', line 2065

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


2069
2070
2071
# File 'sig/types.rbs', line 2069

def tags
  @tags
end

#time_zone::String

Returns the value of attribute time_zone.

Returns:

  • (::String)


2059
2060
2061
# File 'sig/types.rbs', line 2059

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


2061
2062
2063
# File 'sig/types.rbs', line 2061

def value_lock_level
  @value_lock_level
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


2063
2064
2065
# File 'sig/types.rbs', line 2063

def version
  @version
end

#version_description::String

Returns the value of attribute version_description.

Returns:

  • (::String)


2064
2065
2066
# File 'sig/types.rbs', line 2064

def version_description
  @version_description
end