Class: Aws::Types::BatchDescribeDataTableValueSuccessResult

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)


698
699
700
# File 'sig/types.rbs', line 698

def attribute_id
  @attribute_id
end

#attribute_name::String

Returns the value of attribute attribute_name.

Returns:

  • (::String)


700
701
702
# File 'sig/types.rbs', line 700

def attribute_name
  @attribute_name
end

#last_modified_region::String

Returns the value of attribute last_modified_region.

Returns:

  • (::String)


704
705
706
# File 'sig/types.rbs', line 704

def last_modified_region
  @last_modified_region
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


703
704
705
# File 'sig/types.rbs', line 703

def last_modified_time
  @last_modified_time
end

#lock_versionTypes::DataTableLockVersion

Returns the value of attribute lock_version.



702
703
704
# File 'sig/types.rbs', line 702

def lock_version
  @lock_version
end

#primary_values::Array[Types::PrimaryValueResponse]

Returns the value of attribute primary_values.

Returns:



699
700
701
# File 'sig/types.rbs', line 699

def primary_values
  @primary_values
end

#record_id::String

Returns the value of attribute record_id.

Returns:

  • (::String)


697
698
699
# File 'sig/types.rbs', line 697

def record_id
  @record_id
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


701
702
703
# File 'sig/types.rbs', line 701

def value
  @value
end