Class: Aws::Types::DataTableValueSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_id::String

Returns the value of attribute attribute_id.

Returns:

  • (::String)


2160
2161
2162
# File 'sig/types.rbs', line 2160

def attribute_id
  @attribute_id
end

#attribute_name::String

Returns the value of attribute attribute_name.

Returns:

  • (::String)


2162
2163
2164
# File 'sig/types.rbs', line 2162

def attribute_name
  @attribute_name
end

#last_modified_region::String

Returns the value of attribute last_modified_region.

Returns:

  • (::String)


2167
2168
2169
# File 'sig/types.rbs', line 2167

def last_modified_region
  @last_modified_region
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


2166
2167
2168
# File 'sig/types.rbs', line 2166

def last_modified_time
  @last_modified_time
end

#lock_versionTypes::DataTableLockVersion

Returns the value of attribute lock_version.



2165
2166
2167
# File 'sig/types.rbs', line 2165

def lock_version
  @lock_version
end

#primary_values::Array[Types::PrimaryValueResponse]

Returns the value of attribute primary_values.

Returns:



2161
2162
2163
# File 'sig/types.rbs', line 2161

def primary_values
  @primary_values
end

#record_id::String

Returns the value of attribute record_id.

Returns:

  • (::String)


2159
2160
2161
# File 'sig/types.rbs', line 2159

def record_id
  @record_id
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


2164
2165
2166
# File 'sig/types.rbs', line 2164

def value
  @value
end

#value_type"TEXT", ...

Returns the value of attribute value_type.

Returns:

  • ("TEXT", "NUMBER", "BOOLEAN", "TEXT_LIST", "NUMBER_LIST")


2163
2164
2165
# File 'sig/types.rbs', line 2163

def value_type
  @value_type
end