Class: Aws::Types::WriteRecordsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#common_attributes ⇒ Types::Record

Returns the value of attribute common_attributes.

Returns:



487
488
489
# File 'sig/types.rbs', line 487

def common_attributes
  @common_attributes
end

#database_name ⇒ ::String

Returns the value of attribute database_name.

Returns:

  • (::String)


485
486
487
# File 'sig/types.rbs', line 485

def database_name
  @database_name
end

#records ⇒ ::Array[Types::Record]

Returns the value of attribute records.

Returns:



488
489
490
# File 'sig/types.rbs', line 488

def records
  @records
end

#table_name ⇒ ::String

Returns the value of attribute table_name.

Returns:

  • (::String)


486
487
488
# File 'sig/types.rbs', line 486

def table_name
  @table_name
end