Class: Aws::Types::PutRecordsResultEntry

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_code::String

Returns the value of attribute error_code.

Returns:

  • (::String)


589
590
591
# File 'sig/types.rbs', line 589

def error_code
  @error_code
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


590
591
592
# File 'sig/types.rbs', line 590

def error_message
  @error_message
end

#sequence_number::String

Returns the value of attribute sequence_number.

Returns:

  • (::String)


587
588
589
# File 'sig/types.rbs', line 587

def sequence_number
  @sequence_number
end

#shard_id::String

Returns the value of attribute shard_id.

Returns:

  • (::String)


588
589
590
# File 'sig/types.rbs', line 588

def shard_id
  @shard_id
end