Class: Aws::Types::PutRecordBatchInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#delivery_stream_name::String

Returns the value of attribute delivery_stream_name.

Returns:

  • (::String)


784
785
786
# File 'sig/types.rbs', line 784

def delivery_stream_name
  @delivery_stream_name
end

#records::Array[Types::Record]

Returns the value of attribute records.

Returns:



785
786
787
# File 'sig/types.rbs', line 785

def records
  @records
end