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)


2074
2075
2076
# File 'sig/types.rbs', line 2074

def arn
  @arn
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


2082
2083
2084
# File 'sig/types.rbs', line 2082

def created_time
  @created_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2076
2077
2078
# File 'sig/types.rbs', line 2076

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2073
2074
2075
# File 'sig/types.rbs', line 2073

def id
  @id
end

#last_modified_region::String

Returns the value of attribute last_modified_region.

Returns:

  • (::String)


2084
2085
2086
# File 'sig/types.rbs', line 2084

def last_modified_region
  @last_modified_region
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


2083
2084
2085
# File 'sig/types.rbs', line 2083

def last_modified_time
  @last_modified_time
end

#lock_versionTypes::DataTableLockVersion

Returns the value of attribute lock_version.



2078
2079
2080
# File 'sig/types.rbs', line 2078

def lock_version
  @lock_version
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2072
2073
2074
# File 'sig/types.rbs', line 2072

def name
  @name
end

#status"PUBLISHED"

Returns the value of attribute status.

Returns:

  • ("PUBLISHED")


2081
2082
2083
# File 'sig/types.rbs', line 2081

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


2085
2086
2087
# File 'sig/types.rbs', line 2085

def tags
  @tags
end

#time_zone::String

Returns the value of attribute time_zone.

Returns:

  • (::String)


2075
2076
2077
# File 'sig/types.rbs', line 2075

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


2077
2078
2079
# File 'sig/types.rbs', line 2077

def value_lock_level
  @value_lock_level
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


2079
2080
2081
# File 'sig/types.rbs', line 2079

def version
  @version
end

#version_description::String

Returns the value of attribute version_description.

Returns:

  • (::String)


2080
2081
2082
# File 'sig/types.rbs', line 2080

def version_description
  @version_description
end