Class: Aws::Types::BatchCreateDataTableValueSuccessResult

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)


643
644
645
# File 'sig/types.rbs', line 643

def attribute_name
  @attribute_name
end

#lock_versionTypes::DataTableLockVersion

Returns the value of attribute lock_version.



645
646
647
# File 'sig/types.rbs', line 645

def lock_version
  @lock_version
end

#primary_values::Array[Types::PrimaryValue]

Returns the value of attribute primary_values.

Returns:



642
643
644
# File 'sig/types.rbs', line 642

def primary_values
  @primary_values
end

#record_id::String

Returns the value of attribute record_id.

Returns:

  • (::String)


644
645
646
# File 'sig/types.rbs', line 644

def record_id
  @record_id
end