Class: Aws::Types::DataTableValue

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_name::String

Returns the value of attribute attribute_name.

Returns:

  • (::String)


2143
2144
2145
# File 'sig/types.rbs', line 2143

def attribute_name
  @attribute_name
end

#last_modified_region::String

Returns the value of attribute last_modified_region.

Returns:

  • (::String)


2147
2148
2149
# File 'sig/types.rbs', line 2147

def last_modified_region
  @last_modified_region
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


2146
2147
2148
# File 'sig/types.rbs', line 2146

def last_modified_time
  @last_modified_time
end

#lock_versionTypes::DataTableLockVersion

Returns the value of attribute lock_version.



2145
2146
2147
# File 'sig/types.rbs', line 2145

def lock_version
  @lock_version
end

#primary_values::Array[Types::PrimaryValue]

Returns the value of attribute primary_values.

Returns:



2142
2143
2144
# File 'sig/types.rbs', line 2142

def primary_values
  @primary_values
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


2144
2145
2146
# File 'sig/types.rbs', line 2144

def value
  @value
end