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:



2100
2101
2102
# File 'sig/types.rbs', line 2100

def arn
  @arn
end

#created_time::Time

Returns the value of attribute created_time.

Returns:



2108
2109
2110
# File 'sig/types.rbs', line 2108

def created_time
  @created_time
end

#description::String

Returns the value of attribute description.

Returns:



2102
2103
2104
# File 'sig/types.rbs', line 2102

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:



2099
2100
2101
# File 'sig/types.rbs', line 2099

def id
  @id
end

#last_modified_region::String

Returns the value of attribute last_modified_region.

Returns:



2110
2111
2112
# File 'sig/types.rbs', line 2110

def last_modified_region
  @last_modified_region
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:



2109
2110
2111
# File 'sig/types.rbs', line 2109

def last_modified_time
  @last_modified_time
end

#lock_versionTypes::DataTableLockVersion

Returns the value of attribute lock_version.

Returns:



2104
2105
2106
# File 'sig/types.rbs', line 2104

def lock_version
  @lock_version
end

#name::String

Returns the value of attribute name.

Returns:



2098
2099
2100
# File 'sig/types.rbs', line 2098

def name
  @name
end

#status"PUBLISHED"

Returns the value of attribute status.

Returns:



2107
2108
2109
# File 'sig/types.rbs', line 2107

def status
  @status
end

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

Returns the value of attribute tags.

Returns:



2111
2112
2113
# File 'sig/types.rbs', line 2111

def tags
  @tags
end

#time_zone::String

Returns the value of attribute time_zone.

Returns:



2101
2102
2103
# File 'sig/types.rbs', line 2101

def time_zone
  @time_zone
end

#value_lock_level"NONE", ...

Returns the value of attribute value_lock_level.

Returns:



2103
2104
2105
# File 'sig/types.rbs', line 2103

def value_lock_level
  @value_lock_level
end

#version::String

Returns the value of attribute version.

Returns:



2105
2106
2107
# File 'sig/types.rbs', line 2105

def version
  @version
end

#version_description::String

Returns the value of attribute version_description.

Returns:



2106
2107
2108
# File 'sig/types.rbs', line 2106

def version_description
  @version_description
end